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