diff options
Diffstat (limited to 'tests/bugs189/433351/InterfaceProj2.java')
-rw-r--r-- | tests/bugs189/433351/InterfaceProj2.java | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/bugs189/433351/InterfaceProj2.java b/tests/bugs189/433351/InterfaceProj2.java new file mode 100644 index 000000000..b6846f54c --- /dev/null +++ b/tests/bugs189/433351/InterfaceProj2.java @@ -0,0 +1,7 @@ +package test.extender; + +public interface InterfaceProj2<T> { + + public abstract int bMethod(); + +}
\ No newline at end of file |