Files
kotlin-fork/compiler/testData/ir/irText/expressions/catchParameterAccess.kt
T
2017-05-04 09:33:03 +03:00

2 lines
78 B
Kotlin
Vendored

fun test(f: () -> Unit) =
try { f() } catch (e: Exception) { throw e }