aboutsummaryrefslogtreecommitdiffstats
path: root/tests/bugs1611/pr336774/One.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bugs1611/pr336774/One.java')
-rw-r--r--tests/bugs1611/pr336774/One.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs1611/pr336774/One.java b/tests/bugs1611/pr336774/One.java
new file mode 100644
index 000000000..095a51078
--- /dev/null
+++ b/tests/bugs1611/pr336774/One.java
@@ -0,0 +1,7 @@
+interface NodeBacked2 {
+ Object projectTo(Class cts);
+}
+
+aspect X {
+ public Object NodeBacked2.projectTo(Class cts) {return null;}
+}