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(vararg a: String, result: String = "OK"): String =
|
||||
if (a.size == 0) result else "Fail"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user