[JS IR] Add more JS IC tests for top level properties

This commit is contained in:
Alexander Korepanov
2022-10-24 15:40:36 +02:00
committed by Space Team
parent 26e7c29a91
commit e2922219f2
34 changed files with 356 additions and 0 deletions
@@ -0,0 +1,7 @@
fun box(stepId: Int): String {
val r = testToplevelProperties()
if (r != stepId) {
return "Fail, got $r"
}
return "OK"
}
@@ -0,0 +1,5 @@
STEP 0:
dependencies: lib1, lib2
added file: m.kt
STEP 1..21:
dependencies: lib1, lib2