6 lines
88 B
Plaintext
Vendored
6 lines
88 B
Plaintext
Vendored
fun test(f: Function0<Unit>) {
|
|
return try f.invoke()
|
|
catch (e: Exception)throw e
|
|
|
|
}
|