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/constrs.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/constrs.scala') diff --git a/test/files/neg/constrs.scala b/test/files/neg/constrs.scala index 969f593a2d..016df098f0 100644 --- a/test/files/neg/constrs.scala +++ b/test/files/neg/constrs.scala @@ -9,7 +9,7 @@ object test { class Foo(x: Int) { def this() = this("abc") def this(x: String) = this(1) - def this(x: boolean) = this(x) + def this(x: Boolean) = this(x) } class Bar[a](x: a) { -- cgit v1.2.3