[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 testLess(d: dynamic) = d < 2
fun testLessOrEqual(d: dynamic) = d <= 2
fun testGreater(d: dynamic) = d > 2