summaryrefslogtreecommitdiff
path: root/test/pending/jvm/t2705/Methods.java
diff options
context:
space:
mode:
authorAdriaan Moors <adriaan.moors@epfl.ch>2009-11-27 10:45:51 +0000
committerAdriaan Moors <adriaan.moors@epfl.ch>2009-11-27 10:45:51 +0000
commit5be23003fd06ec551c30c4692bce0e91eed00725 (patch)
treed9b44da5d66e6e24cdfc72169e8c4498b2a2a08f /test/pending/jvm/t2705/Methods.java
parentb06fc095fcde65af1c7db11feb1dc37cf91beca7 (diff)
downloadscala-5be23003fd06ec551c30c4692bce0e91eed00725.tar.gz
scala-5be23003fd06ec551c30c4692bce0e91eed00725.tar.bz2
scala-5be23003fd06ec551c30c4692bce0e91eed00725.zip
tests in pending for see #2705 -- note that par...
tests in pending for see #2705 -- note that partest does not work for jvm tests under pending, move to files and it works, see #2711
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