diff options
Diffstat (limited to 'tests/bugs153/pr153490/A2.aj')
-rw-r--r-- | tests/bugs153/pr153490/A2.aj | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs153/pr153490/A2.aj b/tests/bugs153/pr153490/A2.aj new file mode 100644 index 000000000..7e7f6be62 --- /dev/null +++ b/tests/bugs153/pr153490/A2.aj @@ -0,0 +1,7 @@ +public aspect A2 { + + public static class C { + public enum TestType {Pre}; + } + +} |