Remove backend tests on old inference
Also remove any mentions of NewInference, and rename some tests.
This commit is contained in:
+1
-3
@@ -1,5 +1,3 @@
|
||||
// !LANGUAGE: +NewInference +FunctionReferenceWithDefaultValueAsOtherType +FunctionalInterfaceConversion +SamConversionPerArgument +SamConversionForKotlinFunctions
|
||||
|
||||
fun interface IFoo {
|
||||
fun foo(i: Int)
|
||||
}
|
||||
@@ -18,4 +16,4 @@ fun withVarargOfInt(vararg xs: Int) = ""
|
||||
|
||||
fun testAdaptedCR() {
|
||||
useVararg(::withVarargOfInt)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user