blob: ae484be3460b01f1455b6eec124c7ff3dd19cde8 [file]
// MOVE: up
fun test() {
try {
} finally {
run {
}
}
<caret>println()
}