[JS IR] Adapt stepping tests for Kotlin/JS
This commit is contained in:
+12
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user