[JS IR] Adapt stepping tests for Kotlin/JS
This commit is contained in:
+11
-1
@@ -21,7 +21,7 @@ fun box() {
|
||||
foo(0)
|
||||
}
|
||||
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:20 box
|
||||
// test.kt:4 foo
|
||||
// test.kt:5 foo
|
||||
@@ -37,3 +37,13 @@ fun box() {
|
||||
// test.kt:15 foo
|
||||
// test.kt:17 foo
|
||||
// test.kt:22 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:20 box
|
||||
// test.kt:4 foo
|
||||
// test.kt:8 foo
|
||||
// test.kt:12 foo
|
||||
// test.kt:21 box
|
||||
// test.kt:4 foo
|
||||
// test.kt:8 foo
|
||||
// test.kt:12 foo
|
||||
|
||||
Reference in New Issue
Block a user