Sign in
pigweed
/
third_party
/
github
/
JetBrains
/
kotlin
/
f7ff397a310cd4d47fc4849043f8c9d47412e512
/
.
/
compiler
/
testData
/
codegen
/
box
/
controlStructures
/
kt2259.kt
blob: f0d79145682e83c0e562b56dc30bc827b584859c [
file
]
fun foo
(
args
:
Array
<
String
>)
{
try
{
}
finally
{
try
{
}
catch
(
e
:
Throwable
)
{
}
}
}
fun box
()
=
"OK"