[JS IR] Adapt stepping tests for Kotlin/JS
This commit is contained in:
+14
-2
@@ -14,7 +14,7 @@ fun box() {
|
||||
.bar()
|
||||
}
|
||||
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:9 box
|
||||
// test.kt:3 <init>
|
||||
// test.kt:9 box
|
||||
@@ -27,4 +27,16 @@ fun box() {
|
||||
// test.kt:5 box
|
||||
// test.kt:14 box
|
||||
// test.kt:5 box
|
||||
// test.kt:15 box
|
||||
// test.kt:15 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:9 box
|
||||
// test.kt:10 box
|
||||
// test.kt:4 A.foo_26di_k$
|
||||
// test.kt:4 A.foo_26di_k$
|
||||
// test.kt:10 box
|
||||
// test.kt:4 A.foo_26di_k$
|
||||
// test.kt:4 A.foo_26di_k$
|
||||
// test.kt:5 box
|
||||
// test.kt:13 box
|
||||
// test.kt:5 box
|
||||
|
||||
Reference in New Issue
Block a user