[JS IR] Adapt stepping tests for Kotlin/JS
This commit is contained in:
+15
-1
@@ -17,7 +17,7 @@ fun box() {
|
||||
foo()
|
||||
}
|
||||
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:15 box
|
||||
// test.kt:8 foo
|
||||
// test.kt:5 cond
|
||||
@@ -34,3 +34,17 @@ fun box() {
|
||||
// test.kt:9 foo
|
||||
// test.kt:12 foo
|
||||
// test.kt:18 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:15 box
|
||||
// test.kt:8 foo
|
||||
// test.kt:5 cond
|
||||
// test.kt:5 cond
|
||||
// test.kt:16 box
|
||||
// test.kt:17 box
|
||||
// test.kt:8 foo
|
||||
// test.kt:5 cond
|
||||
// test.kt:5 cond
|
||||
// test.kt:9 foo
|
||||
// test.kt:5 cond
|
||||
// test.kt:5 cond
|
||||
|
||||
Reference in New Issue
Block a user