diff options
Diffstat (limited to 'tests/bugs153/pr153490/A.aj')
-rw-r--r-- | tests/bugs153/pr153490/A.aj | 4 |
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}; +} + |