Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
groovy
/
testdata
/
highlighting
/
UnassignedTryFinally.groovy
blob: 9f8d96ab149b185419f1e7687b5370358757d606 [
file
] [
log
] [
blame
]
def
r
try
{
r
=
5
}
catch
(
Exception
e
)
{
r
=
0
}
finally
{
r
}