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