aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr153490/C.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs153/pr153490/C.java')
-rw-r--r--tests/bugs153/pr153490/C.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs153/pr153490/C.java b/tests/bugs153/pr153490/C.java
new file mode 100644
index 000000000..86cf7793b
--- /dev/null
+++ b/tests/bugs153/pr153490/C.java
@@ -0,0 +1,7 @@
+public class C {
+
+ static aspect A {
+ public enum TestType {Pre};
+ }
+
+}