diff options
author | aclement <aclement> | 2008-03-19 23:32:58 +0000 |
---|---|---|
committer | aclement <aclement> | 2008-03-19 23:32:58 +0000 |
commit | 6629437ab7083aae89792a75e5bbc1ef71fd0a21 (patch) | |
tree | 620dd53b315bec05123b31308654052e559c2f1c /tests/bugs160/pr223226/Foo.java | |
parent | 382db453417023bddc42ab14fb5fac4da45b7362 (diff) | |
download | aspectj-6629437ab7083aae89792a75e5bbc1ef71fd0a21.tar.gz aspectj-6629437ab7083aae89792a75e5bbc1ef71fd0a21.zip |
223226: testcode
Diffstat (limited to 'tests/bugs160/pr223226/Foo.java')
-rw-r--r-- | tests/bugs160/pr223226/Foo.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/bugs160/pr223226/Foo.java b/tests/bugs160/pr223226/Foo.java new file mode 100644 index 000000000..aa42921f2 --- /dev/null +++ b/tests/bugs160/pr223226/Foo.java @@ -0,0 +1,2 @@ +public class Foo<B extends BInterface<?>> implements AspectXMarker<Integer, B> +{} |