Skip to content

Instantly share code, notes, and snippets.

@suryagaddipati
Created July 3, 2012 20:21
Show Gist options
  • Save suryagaddipati/3042802 to your computer and use it in GitHub Desktop.
Save suryagaddipati/3042802 to your computer and use it in GitHub Desktop.
public static void main(String[] args) {
String k = "";
String y;
y= 1 == 2 ? "" ;
k.substring(0);
}
@suryagaddipati
Copy link
Author

Syntax error, insert ": Expression" to complete Expression line 10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment