[JS IR] Adapt stepping tests for Kotlin/JS

This commit is contained in:
Sergej Jaskiewicz
2022-06-08 20:22:09 +03:00
committed by Space
parent ea556ce428
commit 1241565cce
93 changed files with 1250 additions and 299 deletions
+15 -2
View File
@@ -20,7 +20,6 @@ fun testExpressionBody(nullable: String?) =
// Some comment
nullable.length == 2
// EXPECTATIONS
// EXPECTATIONS JVM
// test.kt:6 box
// test.kt:15 test
@@ -65,4 +64,18 @@ fun testExpressionBody(nullable: String?) =
// test.kt:21 testExpressionBody
// test.kt:9 box
// test.kt:10 box
// test.kt:10 box
// EXPECTATIONS JS_IR
// test.kt:6 box
// test.kt:13 test
// test.kt:13 test
// test.kt:7 box
// test.kt:13 test
// test.kt:13 test
// test.kt:8 box
// test.kt:21 testExpressionBody
// test.kt:21 testExpressionBody
// test.kt:9 box
// test.kt:21 testExpressionBody
// test.kt:21 testExpressionBody