[JS IR] Add JS IR IC tests about companion properties modifications
^KT-54479 Test
This commit is contained in:
committed by
Space Team
parent
cd87830ffa
commit
901ebcc043
+4
@@ -0,0 +1,4 @@
|
||||
fun box(stepId: Int): String {
|
||||
if (test() != stepId) return "Fail"
|
||||
return "OK"
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
STEP 0:
|
||||
dependencies: lib1, lib2
|
||||
added file: m.kt
|
||||
STEP 1..10:
|
||||
dependencies: lib1, lib2
|
||||
Reference in New Issue
Block a user