[JS IR] Adapt stepping tests for Kotlin/JS
This commit is contained in:
@@ -23,7 +23,7 @@ fun box() {
|
||||
test2()
|
||||
}
|
||||
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:22 box
|
||||
// test.kt:12 test1
|
||||
// test.kt:8 test1
|
||||
@@ -36,4 +36,9 @@ fun box() {
|
||||
// test.kt:5 normalFunction
|
||||
// test.kt:18 test2
|
||||
// test.kt:19 test2
|
||||
// test.kt:24 box
|
||||
// test.kt:24 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:22 box
|
||||
// test.kt:23 box
|
||||
// test.kt:17 test2
|
||||
|
||||
Reference in New Issue
Block a user