[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,2 +1,3 @@
// FIR_IDENTICAL
fun testAndAnd(d: dynamic) = d && d
fun testOrOr(d: dynamic) = d || d