aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs150/PR90827.aj
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs150/PR90827.aj')
-rw-r--r--tests/bugs150/PR90827.aj6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/bugs150/PR90827.aj b/tests/bugs150/PR90827.aj
new file mode 100644
index 000000000..e7fd047cc
--- /dev/null
+++ b/tests/bugs150/PR90827.aj
@@ -0,0 +1,6 @@
+// "enum called Enum, annotation called Annotation, etc"
+
+enum Enum {A,B,C}
+@interface Annotation {}
+aspect Aspect{}
+class Class{}