[JS IR] Add more JS IC tests for top level properties
This commit is contained in:
committed by
Space Team
parent
26e7c29a91
commit
e2922219f2
+7
@@ -0,0 +1,7 @@
|
||||
fun box(stepId: Int): String {
|
||||
val r = testToplevelProperties()
|
||||
if (r != stepId) {
|
||||
return "Fail, got $r"
|
||||
}
|
||||
return "OK"
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
STEP 0:
|
||||
dependencies: lib1, lib2
|
||||
added file: m.kt
|
||||
STEP 1..21:
|
||||
dependencies: lib1, lib2
|
||||
Reference in New Issue
Block a user