Skip to content

Commit

Permalink
[ULC] fix testData in the plugin (related to repeatable annotation)
Browse files Browse the repository at this point in the history
(cherry picked from commit 724194d)
  • Loading branch information
dimonchik0036 authored and Space committed Nov 8, 2021
1 parent c5229d6 commit 206d7d9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
// Anno
// FULL_JDK
// SKIP_SANITY_TEST
// SKIP_IDE_TEST

@Retention(AnnotationRetention.SOURCE)
@Target(AnnotationTarget.TYPE_PARAMETER, AnnotationTarget.TYPE)
Expand Down
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// p.Annotations
// SKIP_SANITY_TEST

package p


Expand Down

0 comments on commit 206d7d9

Please sign in to comment.