Remove backend tests on old inference
Also remove any mentions of NewInference, and rename some tests.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// !LANGUAGE: +NewInference +FunctionReferenceWithDefaultValueAsOtherType
|
||||
|
||||
inline fun String.app(f: (String) -> String) = f(this)
|
||||
|
||||
fun fff(s: String, n: Int = 42) = s
|
||||
|
||||
Reference in New Issue
Block a user