summaryrefslogtreecommitdiff
path: root/test/files/scalap/classWithExistential/result.test
diff options
context:
space:
mode:
authorilyas <ilyas@epfl.ch>2010-03-01 18:37:55 +0000
committerilyas <ilyas@epfl.ch>2010-03-01 18:37:55 +0000
commitd3bf2e7801f465346f1b568b8c942d6449642a6a (patch)
treec7f043f55cd78b8c88f837b9e960f9723377fd95 /test/files/scalap/classWithExistential/result.test
parent60ae43e753f0f48e245a46767dea597ec4b6db4e (diff)
downloadscala-d3bf2e7801f465346f1b568b8c942d6449642a6a.tar.gz
scala-d3bf2e7801f465346f1b568b8c942d6449642a6a.tar.bz2
scala-d3bf2e7801f465346f1b568b8c942d6449642a6a.zip
scalap tests fixed
Diffstat (limited to 'test/files/scalap/classWithExistential/result.test')
-rw-r--r--test/files/scalap/classWithExistential/result.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/files/scalap/classWithExistential/result.test b/test/files/scalap/classWithExistential/result.test
index 37767c0904..91afddaf0e 100644
--- a/test/files/scalap/classWithExistential/result.test
+++ b/test/files/scalap/classWithExistential/result.test
@@ -1,4 +1,4 @@
class ClassWithExistential extends java.lang.Object with scala.ScalaObject {
def this() = { /* compiled code */ }
- def foo[A, B] : scala.Function1[A, B forSome {type A >: scala.Nothing <: scala.Seq[scala.Int]; type B >: scala.Predef.String <: scala.Any}] = { /* compiled code */ }
-}
+ def foo[A, B] : scala.Function1[A, B forSome {type A <: scala.Seq[scala.Int]; type B >: scala.Predef.String}] = { /* compiled code */ }
+} \ No newline at end of file