Mute some tests in JS_IR after adding basic dynamic expressions support

This commit is contained in:
Dmitry Petrov
2019-02-13 15:25:46 +03:00
parent 77cbd10f9c
commit 740d5ec468
32 changed files with 30 additions and 6 deletions
@@ -1,5 +1,5 @@
// !LANGUAGE: +NewInference
// IGNORE_BACKEND: JS, JVM_IR
// IGNORE_BACKEND: JS, JVM_IR, JS_IR
fun foo(vararg l: Long, s: String = "OK"): String =
if (l.size == 0) s else "Fail"