[ULC] fix testData in the plugin (related to repeatable annotation)

This commit is contained in:
Dmitry Gridin
2021-09-08 19:48:41 +07:00
parent 19a75b31f9
commit 724194dec0
3 changed files with 6 additions and 0 deletions
@@ -1,5 +1,7 @@
// Anno
// FULL_JDK
// SKIP_SANITY_TEST
// SKIP_IDE_TEST
@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.TYPE_PARAMETER, AnnotationTarget.TYPE)
@@ -1,6 +1,8 @@
// Anno
// JVM_TARGET: 1.6
// FULL_JDK
// SKIP_SANITY_TEST
// SKIP_IDE_TEST
@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.TYPE_PARAMETER, AnnotationTarget.TYPE)
@@ -1,4 +1,6 @@
// p.Annotations
// SKIP_SANITY_TEST
package p