[FIR JS] Fix current tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
fun testArrayAssignment(d: dynamic) {
|
||||
d["KEY"] = 1 /*~> Unit */
|
||||
}
|
||||
|
||||
fun testArrayAssignmentFake(d: dynamic) {
|
||||
d.set("KEY", 2) /*~> Unit */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user