[JS] Re-enable some stepping tests

This commit is contained in:
Sergej Jaskiewicz
2022-11-16 15:44:56 +01:00
committed by Space Team
parent 932e1a3c1d
commit becbc06663
15 changed files with 93 additions and 14 deletions
@@ -1,4 +1,4 @@
// IGNORE_BACKEND: JS_IR
// FILE: test.kt
inline fun foo(stringMaker: () -> String = { "OK" }): String {
return stringMaker()
@@ -31,3 +31,8 @@ fun box(): String {
// test.kt:17 box
// EXPECTATIONS JS_IR
// test.kt:3 box
// test.kt:4 box
// test.kt:8 box
// test.kt:11 box
// test.kt:17 box