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