blob: 892ebf947d85f8da1744c922ced3820aece5b511 [file]
// FILE: test.kt
fun box(): String {
val
o
=
"O"
val k = "K"
return o + k
}
// EXPECTATIONS JVM_IR
// test.kt:9 box
// test.kt:6 box
// test.kt:12 box
// test.kt:14 box
// EXPECTATIONS NATIVE
// test.kt:9 box
// test.kt:12 box
// test.kt:14 box
// test.kt:14 box
// test.kt:15 box
// EXPECTATIONS JS_IR
// test.kt:9 box
// test.kt:12 box
// test.kt:14 box
// EXPECTATIONS WASM
// test.kt:9 $box (8)
// test.kt:12 $box (12)
// test.kt:14 $box (11, 15, 11, 4)