Update tests

This commit is contained in:
Roman Artemev
2018-10-29 00:35:05 +03:00
committed by romanart
parent 12848d4eff
commit 7f215d3f52
25 changed files with 110 additions and 18 deletions
@@ -1,5 +1,5 @@
// !LANGUAGE: +NewInference
// IGNORE_BACKEND: JS, JS_IR, JVM_IR
// IGNORE_BACKEND: JS, JVM_IR
fun foo(x: Int, vararg y: String = arrayOf("Aaa")): String =
if (y[0].length == x) "OK" else "Fail"