Skip to content

Instantly share code, notes, and snippets.

@nathanmarz
Created June 4, 2011 19:33
Show Gist options
  • Save nathanmarz/1008253 to your computer and use it in GitHub Desktop.
Save nathanmarz/1008253 to your computer and use it in GitHub Desktop.
public static boolean foo() {
try {
return true;
} finally {
return false;
}
}
@shikhar
Copy link

shikhar commented Jun 4, 2011

false

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