[JS IR] Adapt stepping tests for Kotlin/JS
This commit is contained in:
+11
-2
@@ -16,15 +16,24 @@ fun g() {}
|
||||
// for the invoke method bridged to. Therefore, the entry line number for invoke only shows
|
||||
// up for JVM_IR.
|
||||
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:3 box
|
||||
// test.kt:4 box
|
||||
// test.kt:8 f
|
||||
// EXPECTATIONS JVM_IR
|
||||
// test.kt:4 invoke
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:11 g
|
||||
// test.kt:4 invoke
|
||||
// test.kt:8 f
|
||||
// test.kt:9 f
|
||||
// test.kt:5 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:3 box
|
||||
// test.kt:4 box
|
||||
// test.kt:4 box
|
||||
// test.kt:8 f
|
||||
// test.kt:4 l
|
||||
// test.kt:4 l
|
||||
// test.kt:4 l
|
||||
|
||||
Reference in New Issue
Block a user