2 lines
78 B
Kotlin
Vendored
2 lines
78 B
Kotlin
Vendored
fun test(f: () -> Unit) =
|
|
try { f() } catch (e: Exception) { throw e } |