// IGNORE_BACKEND: WASM // FILE: test.kt fun box(): String { run { "O" + "K" } run { "O" + "K" } return "OK" } // EXPECTATIONS JVM JVM_IR // test.kt:5 box // fake.kt:1 box // test.kt:5 box // test.kt:6 box // test.kt:7 box // test.kt:6 box // test.kt:9 box // EXPECTATIONS JS_IR // test.kt:9 box