[JS IR] Adapt stepping tests for Kotlin/JS

This commit is contained in:
Sergej Jaskiewicz
2022-06-08 20:22:09 +03:00
committed by Space
parent ea556ce428
commit 1241565cce
93 changed files with 1250 additions and 299 deletions
+13 -1
View File
@@ -19,7 +19,7 @@ fun box() {
foo()
}
// EXPECTATIONS
// EXPECTATIONS JVM JVM_IR
// test.kt:19 box
// test.kt:11 foo
// test.kt:12 foo
@@ -34,3 +34,15 @@ fun box() {
// test.kt:13 foo
// test.kt:16 foo
// test.kt:20 box
// EXPECTATIONS JS_IR
// test.kt:19 box
// test.kt:12 foo
// test.kt:6 alternate
// test.kt:7 alternate
// test.kt:7 alternate
// test.kt:12 foo
// test.kt:6 alternate
// test.kt:7 alternate
// test.kt:7 alternate
// test.kt:13 foo