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