Skip to content

Instantly share code, notes, and snippets.

@ostretsov
Created December 31, 2014 17:29
Show Gist options
  • Save ostretsov/d43b904eaf30bae04702 to your computer and use it in GitHub Desktop.
Save ostretsov/d43b904eaf30bae04702 to your computer and use it in GitHub Desktop.
val a = try {
throw new Exception
888 // it would't be result in value ever
} catch {
case ex: Exception => 777
}
println(a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment