blob: 5f8cc4377db91f51675237b23b32088ab8e0c12a [file]
// FILE: test.kt
fun box() {
val x =
42
}
// IGNORE_BACKEND: JVM_IR
// The JVM_IR backend does not hit line 4. That should be fixed.
// LINENUMBERS
// test.kt:5 box
// test.kt:4 box
// test.kt:6 box