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