[JS IR] Add a test with an object in inline function for JS IC
This commit is contained in:
committed by
Space
parent
7a8250cf17
commit
ea7ce55082
+6
@@ -0,0 +1,6 @@
|
||||
fun box(stepId: Int): String {
|
||||
if (foo().doAnything() != stepId) {
|
||||
return "Fail"
|
||||
}
|
||||
return "OK"
|
||||
}
|
||||
Vendored
+6
@@ -0,0 +1,6 @@
|
||||
STEP 0:
|
||||
dependencies: lib1, lib2
|
||||
added file: m.kt
|
||||
STEP 1:
|
||||
dependencies: lib1, lib2
|
||||
updated imports: m.kt
|
||||
Reference in New Issue
Block a user