blob: a4b22e1154cddc6c8716a19b86b687623bc9d47e [file]
// FILE: test.kt
fun box(): String {
42!!
42.toLong()!!
return "OK"!!
}
// EXPECTATIONS JVM_IR
// test.kt:5 box
// test.kt:6 box
// test.kt:7 box
// EXPECTATIONS NATIVE
// test.kt:5 box
// test.kt:5 box
// test.kt:6 box
// test.kt:6 box
// test.kt:7 box
// test.kt:8 box
// EXPECTATIONS JS_IR
// test.kt:5 box
// test.kt:6 box
// test.kt:6 box
// test.kt:7 box
// EXPECTATIONS WASM
// test.kt:5 $box (4)
// test.kt:6 $box (7)
// test.kt:7 $box (11, 4)