9 lines
130 B
Kotlin
Vendored
9 lines
130 B
Kotlin
Vendored
fun test() : Unit {
|
|
try {
|
|
test()
|
|
} catch (any : Exception) {
|
|
test()
|
|
} finally {
|
|
test()
|
|
}
|
|
} |