Skip to content

Instantly share code, notes, and snippets.

@HenriBeck
Created June 11, 2019 12:30
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 HenriBeck/0956164448eb79caba71411d7398e533 to your computer and use it in GitHub Desktop.
Save HenriBeck/0956164448eb79caba71411d7398e533 to your computer and use it in GitHub Desktop.
String t() {
try {
return "try";
} finally {
return "finally";
}
}
void main() {
print(t());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment