9 lines
126 B
Kotlin
Vendored
9 lines
126 B
Kotlin
Vendored
fun test() {
|
|
val x = try {
|
|
4
|
|
} catch (e: Exception) <expr>{
|
|
5
|
|
}</expr> finally {
|
|
9
|
|
}
|
|
} |