[JS IR] Add a test with an object in inline function for JS IC

This commit is contained in:
Alexander Korepanov
2022-09-09 11:57:05 +02:00
committed by Space
parent 7a8250cf17
commit ea7ce55082
9 changed files with 55 additions and 0 deletions
@@ -0,0 +1,6 @@
fun box(stepId: Int): String {
if (foo().doAnything() != stepId) {
return "Fail"
}
return "OK"
}
@@ -0,0 +1,6 @@
STEP 0:
dependencies: lib1, lib2
added file: m.kt
STEP 1:
dependencies: lib1, lib2
updated imports: m.kt