[FIR JS] Fix current tests

This commit is contained in:
Nikolay Lunyak
2022-03-28 11:38:26 +03:00
committed by teamcity
parent c2cecb2818
commit 62ec19bda2
50 changed files with 1277 additions and 2 deletions
@@ -1,3 +1,4 @@
// FIR_IDENTICAL
fun testArrayAccess1(d: dynamic) = d["KEY"]
fun testArrayAccess2(d: dynamic) = d()["KEY"]