[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
+12 -1
View File
@@ -30,7 +30,7 @@ fun box() {
A.s
}
// EXPECTATIONS
// EXPECTATIONS JVM JVM_IR
// test.kt:29 box
// test.kt:7 <clinit>
// test.kt:8 <clinit>
@@ -51,3 +51,14 @@ fun box() {
// test.kt:5 getS
// test.kt:30 box
// test.kt:31 box
// EXPECTATIONS JS_IR
// test.kt:29 box
// test.kt:8 Companion_19
// test.kt:11 Companion_19
// test.kt:26 x
// test.kt:26 x
// test.kt:13 Companion_19
// test.kt:16 Companion_19
// test.kt:21 Companion_19
// test.kt:30 box