blob: a0c5cae2a18ffefae353f42ca33cc814c4da3ffe [file] [log] [blame]
fun foo() {
try {
System.out.println("A")
} finally {
System.out.println("B")
}
}
// 0 LINENUMBER 4
// 2 LINENUMBER 5