Files
kotlin-fork/compiler/testData/lineNumber/tryCatch.kt
T
2012-08-21 16:31:29 +04:00

8 lines
111 B
Kotlin

fun foo() {
try {
test.lineNumber()
} catch (e: Exception) {
test.lineNumber()
}
}