Drop all tests that disable features for language version less than 3
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
// !LANGUAGE: -AdditionalBuiltInsMembers
|
||||
// SKIP_JDK6
|
||||
// TARGET_BACKEND: JVM
|
||||
// WITH_STDLIB
|
||||
// FULL_JDK
|
||||
|
||||
class A(val x: List<String>) : List<String> by x
|
||||
|
||||
fun box(): String {
|
||||
return A(listOf("OK"))[0]
|
||||
}
|
||||
Reference in New Issue
Block a user