[JS IR] Adapt stepping tests for Kotlin/JS
This commit is contained in:
+6
-1
@@ -41,7 +41,7 @@ inline fun html(init: () -> Unit) {
|
||||
return init(init)
|
||||
}
|
||||
|
||||
// EXPECTATIONS
|
||||
// EXPECTATIONS JVM JVM_IR
|
||||
// test.kt:19 box
|
||||
// test.kt:7 box
|
||||
// test.kt:9 box
|
||||
@@ -63,3 +63,8 @@ inline fun html(init: () -> Unit) {
|
||||
// test.kt:15 box
|
||||
// test.kt:19 box
|
||||
// test.kt:21 box
|
||||
|
||||
// EXPECTATIONS JS_IR
|
||||
// test.kt:19 box
|
||||
// test.kt:21 box
|
||||
// test.kt:21 box
|
||||
|
||||
Reference in New Issue
Block a user