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