summaryrefslogtreecommitdiffstats
path: root/tests/bugs1810/259416/ColouredAnnotation.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs1810/259416/ColouredAnnotation.java')
-rw-r--r--tests/bugs1810/259416/ColouredAnnotation.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/bugs1810/259416/ColouredAnnotation.java b/tests/bugs1810/259416/ColouredAnnotation.java
new file mode 100644
index 000000000..1886a2f03
--- /dev/null
+++ b/tests/bugs1810/259416/ColouredAnnotation.java
@@ -0,0 +1,6 @@
+import java.lang.annotation.*;
+
+@Retention(RetentionPolicy.RUNTIME)
+public @interface ColouredAnnotation {
+ RGB value();
+}