[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
+7 -2
View File
@@ -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