summaryrefslogtreecommitdiff
path: root/test/pending/jvm/t2705/t2705.scala
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/t2705.scala
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/t2705.scala')
-rw-r--r--test/pending/jvm/t2705/t2705.scala5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/pending/jvm/t2705/t2705.scala b/test/pending/jvm/t2705/t2705.scala
new file mode 100644
index 0000000000..cc3cfd9faf
--- /dev/null
+++ b/test/pending/jvm/t2705/t2705.scala
@@ -0,0 +1,5 @@
+class GenericsCompilerCrashTest {
+ def test() {
+ Methods.acceptGenericInterface(Methods.getGenericInterface())
+ }
+} \ No newline at end of file