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