JVM: remove tests on JVM target 1.6

This commit is contained in:
Alexander Udalov
2023-05-12 10:12:26 +02:00
committed by Space Team
parent b713dfd7ea
commit e4e1bcefbd
39 changed files with 29 additions and 859 deletions
@@ -1,12 +0,0 @@
// TARGET_BACKEND: JVM
// WITH_STDLIB
// JVM_TARGET: 1.6
@Target(AnnotationTarget.TYPE)
annotation class A
fun box(): String {
A::class.java.declaredAnnotations.joinToString()
ExtensionFunctionType::class.java.declaredAnnotations.joinToString()
return "OK"
}