summaryrefslogtreecommitdiffstats
path: root/tests/bugs181/433351/InterfaceProj2.java
diff options
context:
space:
mode:
authorAndy Clement <aclement@gopivotal.com>2014-06-19 09:24:38 -0700
committerAndy Clement <aclement@gopivotal.com>2014-06-19 09:24:38 -0700
commit3c2b8b77881c721b5c274db939a30bcb3130a401 (patch)
treeddd332c3c2203338f91cc3e81b52ce5dbae6e6b2 /tests/bugs181/433351/InterfaceProj2.java
parentc4f9f951c35f7b7645696ffded594e2dded07476 (diff)
downloadaspectj-3c2b8b77881c721b5c274db939a30bcb3130a401.tar.gz
aspectj-3c2b8b77881c721b5c274db939a30bcb3130a401.zip
433351: first fix. inpath weaving of decp on generic interface
Diffstat (limited to 'tests/bugs181/433351/InterfaceProj2.java')
-rw-r--r--tests/bugs181/433351/InterfaceProj2.java7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs181/433351/InterfaceProj2.java b/tests/bugs181/433351/InterfaceProj2.java
new file mode 100644
index 000000000..b6846f54c
--- /dev/null
+++ b/tests/bugs181/433351/InterfaceProj2.java
@@ -0,0 +1,7 @@
+package test.extender;
+
+public interface InterfaceProj2<T> {
+
+ public abstract int bMethod();
+
+} \ No newline at end of file