summaryrefslogtreecommitdiff
path: root/test/pending/jvm/t2705/Methods.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/pending/jvm/t2705/Methods.java')
-rw-r--r--test/pending/jvm/t2705/Methods.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/pending/jvm/t2705/Methods.java b/test/pending/jvm/t2705/Methods.java
deleted file mode 100644
index 00eed6c595..0000000000
--- a/test/pending/jvm/t2705/Methods.java
+++ /dev/null
@@ -1,4 +0,0 @@
-public class Methods {
- public static <T> GenericInterface<T> getGenericInterface() { return null; }
- public static <T> void acceptGenericInterface(GenericInterface<? super T> gi) { }
-} \ No newline at end of file