7 lines
95 B
Kotlin
Vendored
7 lines
95 B
Kotlin
Vendored
fun test() {
|
|
try {
|
|
throw Exception()
|
|
} finally {
|
|
<expr>9</expr>
|
|
}
|
|
} |