Remove backend tests on old inference
Also remove any mentions of NewInference, and rename some tests.
This commit is contained in:
-2
@@ -1,5 +1,3 @@
|
||||
// !LANGUAGE: +NewInference +FunctionReferenceWithDefaultValueAsOtherType
|
||||
|
||||
fun foo(x: String = "O", vararg y: String): String =
|
||||
if (y.size == 0) x + "K" else "Fail"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user