Skip to content

Instantly share code, notes, and snippets.

@zlatkov
Created January 5, 2021 08:48
Show Gist options
  • Save zlatkov/9d6c97f652100e2c60e1d3b35c54bc80 to your computer and use it in GitHub Desktop.
Save zlatkov/9d6c97f652100e2c60e1d3b35c54bc80 to your computer and use it in GitHub Desktop.
function foo1() {
try {
return true;
} finally {
return false;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment