summaryrefslogtreecommitdiffstats
path: root/tests/bugs153/pr153490/A2.aj
diff options
context:
space:
mode:
authoraclement <aclement>2006-09-12 15:19:54 +0000
committeraclement <aclement>2006-09-12 15:19:54 +0000
commit43638daf5d222e4dd9af8788d575b721f84d1210 (patch)
tree0bb30b11aedf5693d1b9c428cf6b5c60fff4bc93 /tests/bugs153/pr153490/A2.aj
parent7a4256df61f2d23aefb855ffb0ad6c6bfb2d36d6 (diff)
downloadaspectj-43638daf5d222e4dd9af8788d575b721f84d1210.tar.gz
aspectj-43638daf5d222e4dd9af8788d575b721f84d1210.zip
testcode for 153490: nested delegate problems.
Diffstat (limited to 'tests/bugs153/pr153490/A2.aj')
-rw-r--r--tests/bugs153/pr153490/A2.aj7
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};
+ }
+
+}