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