8 lines
111 B
Kotlin
8 lines
111 B
Kotlin
fun foo() {
|
|
try {
|
|
test.lineNumber()
|
|
} catch (e: Exception) {
|
|
test.lineNumber()
|
|
}
|
|
}
|