[JS IR] Add JS IR IC tests about companion properties modifications

^KT-54479 Test
This commit is contained in:
Alexander Korepanov
2022-10-17 18:23:35 +02:00
committed by Space Team
parent cd87830ffa
commit 901ebcc043
25 changed files with 216 additions and 0 deletions
@@ -0,0 +1,4 @@
fun box(stepId: Int): String {
if (test() != stepId) return "Fail"
return "OK"
}
@@ -0,0 +1,5 @@
STEP 0:
dependencies: lib1, lib2
added file: m.kt
STEP 1..10:
dependencies: lib1, lib2