Update tests
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
// !LANGUAGE: +NewInference
|
||||
// IGNORE_BACKEND: JS, JS_IR, JVM_IR
|
||||
// IGNORE_BACKEND: JS, JVM_IR
|
||||
|
||||
fun foo(x: String = "O", vararg y: String): String =
|
||||
if (y.size == 0) x + "K" else "Fail"
|
||||
|
||||
Reference in New Issue
Block a user