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