[JS IR] Adapt stepping tests for Kotlin/JS
This commit is contained in:
+7
-1
@@ -11,10 +11,16 @@ fun box() {
|
||||
A().prop
|
||||
}
|
||||
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:11 box
|
||||
// test.kt:3 <init>
|
||||
// test.kt:11 box
|
||||
// test.kt:6 getProp
|
||||
// test.kt:11 box
|
||||
// test.kt:12 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:11 box
|
||||
// test.kt:11 box
|
||||
// test.kt:6 A.get_prop_wosl9o_k$
|
||||
// test.kt:6 A.get_prop_wosl9o_k$
|
||||
|
||||
Reference in New Issue
Block a user