Drop all tests that disable features for language version less than 3

This commit is contained in:
Ivan Kylchik
2021-12-27 15:54:18 +03:00
parent 549ea1a3b9
commit 6fc56477bf
151 changed files with 0 additions and 5673 deletions
@@ -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