Skip to content

Instantly share code, notes, and snippets.

@taku0
Created November 13, 2016 08:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save taku0/5bdb829046e635bddff9603cf51ee80a to your computer and use it in GitHub Desktop.
Save taku0/5bdb829046e635bddff9603cf51ee80a to your computer and use it in GitHub Desktop.
class A {
final int x = 1;
public boolean foo() {
return "a2" == ("a" + (x + 1));
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment