mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-13 08:31:31 +00:00
18 lines
228 B
Kotlin
Vendored
18 lines
228 B
Kotlin
Vendored
fun foo() {
|
|
try {
|
|
try {
|
|
|
|
}
|
|
finally {
|
|
try {
|
|
|
|
}
|
|
catch (e: RuntimeException) {
|
|
<caret>
|
|
}
|
|
}
|
|
}
|
|
catch(e: Exception) {
|
|
|
|
}
|
|
} |