Files
kotlin-fork/compiler/testData/lineNumber/custom/ifThen.kt
T

8 lines
62 B
Kotlin
Vendored

fun foo() {
if (0 < 1) {
return
}
}
// 2 3 5