ac50433e17
In this commit I moved IGNORE_BACKEND_FIR to the end or deleted it when it was applicable, to preserve correct line numbers
8 lines
127 B
Kotlin
Vendored
8 lines
127 B
Kotlin
Vendored
fun foo() {
|
|
if (0 < 1) {
|
|
System.out?.println()
|
|
} else {
|
|
System.out?.println()
|
|
}
|
|
}
|
|
// 1 LINENUMBER 2 |