blob: af036df6c406b66249aa285da18241732d9f81fa [file]
// MOVE: up
fun test() {
try {
} catch (e: Exception) {
run {
}
}
<caret>println()
}