mirror of
https://github.com/jlengrand/kotlin.git
synced 2026-05-17 15:54:03 +00:00
In this commit I moved IGNORE_BACKEND_FIR to the end or deleted it when it was applicable, to preserve correct line numbers
9 lines
106 B
Kotlin
Vendored
9 lines
106 B
Kotlin
Vendored
fun foo(): Int {
|
|
if (true) {
|
|
return 1
|
|
} else {
|
|
return 2
|
|
}
|
|
}
|
|
// 1 LINENUMBER 2
|