Files
kotlin-fork/compiler/testData/ir/irText/expressions/catchParameterAccess.fir.kt.txt
T
2020-11-26 00:15:13 +03:00

6 lines
88 B
Plaintext
Vendored

fun test(f: Function0<Unit>) {
return try f.invoke()
catch (e: Exception)throw e
}