summaryrefslogtreecommitdiffstats
path: root/tests/bugs150
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs150')
-rw-r--r--tests/bugs150/pr115607.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs150/pr115607.java b/tests/bugs150/pr115607.java
new file mode 100644
index 000000000..dfbcd28b7
--- /dev/null
+++ b/tests/bugs150/pr115607.java
@@ -0,0 +1,7 @@
+@interface I {}
+
+class Simple {}
+
+public aspect pr115607 {
+ declare @type: Simple : @I;
+} \ No newline at end of file