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/run/bug627.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/bug627.scala') diff --git a/test/files/run/bug627.scala b/test/files/run/bug627.scala index 6415694ffe..ecaf150741 100644 --- a/test/files/run/bug627.scala +++ b/test/files/run/bug627.scala @@ -1,6 +1,6 @@ object Test { def main(args: Array[String]) { - val s: Seq[int] = Array(1, 2, 3, 4) + val s: Seq[Int] = Array(1, 2, 3, 4) println(s) } } -- cgit v1.2.3