Skip to content

Instantly share code, notes, and snippets.

@panvid
Created September 1, 2016 09:15
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 panvid/bbb6063127ed41322ab7592d9091d0dc to your computer and use it in GitHub Desktop.
Save panvid/bbb6063127ed41322ab7592d9091d0dc to your computer and use it in GitHub Desktop.
static int f() {
while (true) {
try {
return 1;
} finally {
break;
}
}
return 2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment