diff options
Diffstat (limited to 'tests/bugs1923/gh322/SomeAnnotation.java')
-rw-r--r-- | tests/bugs1923/gh322/SomeAnnotation.java | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/bugs1923/gh322/SomeAnnotation.java b/tests/bugs1923/gh322/SomeAnnotation.java new file mode 100644 index 000000000..3d472d3f9 --- /dev/null +++ b/tests/bugs1923/gh322/SomeAnnotation.java @@ -0,0 +1,5 @@ +import java.lang.annotation.*; + +@Retention(RetentionPolicy.RUNTIME) +public @interface SomeAnnotation {} + |