summaryrefslogtreecommitdiffstats
path: root/tests/bugs154/pr211052/SimpleAspect2.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs154/pr211052/SimpleAspect2.java')
-rw-r--r--tests/bugs154/pr211052/SimpleAspect2.java8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/bugs154/pr211052/SimpleAspect2.java b/tests/bugs154/pr211052/SimpleAspect2.java
new file mode 100644
index 000000000..f3438d589
--- /dev/null
+++ b/tests/bugs154/pr211052/SimpleAspect2.java
@@ -0,0 +1,8 @@
+package a.b;
+
+import c.d.DistantResource;
+
+// import target type
+aspect SimpleAspect1 {
+ declare @type: DistantResource: @SimpleAnnotation(classname="oranges");
+}