blob: ce5f7e404163c9e4f2144b22526abace04951dd6 [file] [log] [blame]
fun foo() {
try {
try {
}
finally {
try {
}
catch (e: RuntimeException) {
<caret>
}
}
}
catch(e: Exception) {
}
}