JVM: remove tests on JVM target 1.6
This commit is contained in:
committed by
Space Team
parent
b713dfd7ea
commit
e4e1bcefbd
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user