Drop all tests that disable features for language version less than 3
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
// FIR_IDENTICAL
|
||||
// !LANGUAGE: -SingleUnderscoreForParameterName
|
||||
// See KT-8813, KT-9631
|
||||
|
||||
fun someApi(f: (Int) -> Unit) = f(42)
|
||||
|
||||
fun test() {
|
||||
someApi(fun(p: Int) {})
|
||||
// Apparently "p" cannot be removed because the signature is fixed by "someApi
|
||||
}
|
||||
@@ -1,4 +0,0 @@
|
||||
package
|
||||
|
||||
public fun someApi(/*0*/ f: (kotlin.Int) -> kotlin.Unit): kotlin.Unit
|
||||
public fun test(): kotlin.Unit
|
||||
Reference in New Issue
Block a user