Merge "diagnostic with Java 8" tests with general diagnostic tests
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
// FULL_JDK
|
||||
|
||||
import java.lang.annotation.Repeatable
|
||||
|
||||
<!DEPRECATED_JAVA_ANNOTATION!>@java.lang.annotation.Repeatable(Annotations::class)<!> annotation class RepAnn
|
||||
|
||||
<!DEPRECATED_JAVA_ANNOTATION!>@Repeatable(OtherAnnotations::class)<!> annotation class OtherAnn
|
||||
|
||||
annotation class Annotations(vararg val value: RepAnn)
|
||||
|
||||
annotation class OtherAnnotations(vararg val value: OtherAnn)
|
||||
Reference in New Issue
Block a user