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, 4 insertions, 0 deletions
diff --git a/test/pending/jvm/t2705/Methods.java b/test/pending/jvm/t2705/Methods.java
new file mode 100644
index 0000000000..00eed6c595
--- /dev/null
+++ b/test/pending/jvm/t2705/Methods.java
@@ -0,0 +1,4 @@
+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