blob: 1d523085521f1b4f5d98f39d20da666bed73d61b [file]
// IGNORE_BACKEND: WASM
// IGNORE_BACKEND_K2: JVM_IR
// FILE: test.kt
fun box(): String {
val
o
=
"O"
val k = "K"
return o + k
}
// EXPECTATIONS JVM JVM_IR
// test.kt:9 box
// test.kt:7 box
// test.kt:12 box
// test.kt:14 box
// EXPECTATIONS JS_IR
// test.kt:9 box
// test.kt:12 box
// test.kt:14 box