From ae024cebd4a41339039f3df91c8aa4a02522594f Mon Sep 17 00:00:00 2001 From: Paul Phillips Date: Wed, 18 Nov 2009 22:06:03 +0000 Subject: Finally completed the incredibly tedious task o... Finally completed the incredibly tedious task of removing the lower case primitive aliases from Predef. Had to rebuild msil.jar along the way. --- test/files/neg/bug910.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/bug910.scala') diff --git a/test/files/neg/bug910.scala b/test/files/neg/bug910.scala index 2f28ea408f..540ee7001d 100644 --- a/test/files/neg/bug910.scala +++ b/test/files/neg/bug910.scala @@ -1,7 +1,7 @@ object RegExpTest1 extends Application { def co(x: Seq[Char]) = x match { case Seq('s','c','a','l','a', rest @ _*) => - val y: Seq[int] = rest + val y: Seq[Int] = rest y } } -- cgit v1.2.3