[JS IR] Adapt stepping tests for Kotlin/JS
This commit is contained in:
+8
-1
@@ -14,7 +14,7 @@ fun box() {
|
||||
.bar()
|
||||
}
|
||||
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:9 box
|
||||
// test.kt:3 <init>
|
||||
// test.kt:9 box
|
||||
@@ -26,3 +26,10 @@ fun box() {
|
||||
// test.kt:14 box
|
||||
// test.kt:5 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:5 box
|
||||
|
||||
Reference in New Issue
Block a user