aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs152/pr148536
diff options
context:
space:
mode:
authoraclement <aclement>2006-06-25 17:59:34 +0000
committeraclement <aclement>2006-06-25 17:59:34 +0000
commit045e82d5cebc9c9674ac71cffa3fefc34eeb042f (patch)
treebba884b14a0b6f445f04becfa3c35db83da27881 /tests/bugs152/pr148536
parentc9f311aeeb11fb1427ec8857c24cfe3ffa6c7c9d (diff)
downloadaspectj-045e82d5cebc9c9674ac71cffa3fefc34eeb042f.tar.gz
aspectj-045e82d5cebc9c9674ac71cffa3fefc34eeb042f.zip
testcode for 148536 and 148537
Diffstat (limited to 'tests/bugs152/pr148536')
-rw-r--r--tests/bugs152/pr148536/Bug.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/bugs152/pr148536/Bug.java b/tests/bugs152/pr148536/Bug.java
new file mode 100644
index 000000000..592801ad2
--- /dev/null
+++ b/tests/bugs152/pr148536/Bug.java
@@ -0,0 +1,3 @@
+public aspect Bug {
+ declare @type : Bug+ : @SomeAnnotation;
+} \ No newline at end of file