238cc7c257
143 out of 767 tests (18.6%) are currently failing.
7 lines
114 B
Kotlin
Vendored
7 lines
114 B
Kotlin
Vendored
// IGNORE_BACKEND_FIR: JVM_IR
|
|
fun foo() {
|
|
if (0 < 1) {
|
|
System.out?.println()
|
|
}
|
|
}
|
|
// 1 LINENUMBER 2 |