From 390ccacfe0caa4c07af6193dec3e172c0fcd7896 Mon Sep 17 00:00:00 2001 From: Lukas Rytz Date: Sat, 30 May 2009 07:36:31 +0000 Subject: Named and default arguments - MethodTypes now have (params: List[Symbol]) - "copy"-methods for case classes - the "copy" object in the compiler is now called "treeCopy" --- test/files/neg/t0345.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/neg/t0345.check') diff --git a/test/files/neg/t0345.check b/test/files/neg/t0345.check index f4a5275336..cf1d330360 100644 --- a/test/files/neg/t0345.check +++ b/test/files/neg/t0345.check @@ -1,4 +1,4 @@ -t0345.scala:2: error: object creation impossible, since method cons in trait Lizt of type (Nothing)Unit is not defined +t0345.scala:2: error: object creation impossible, since method cons in trait Lizt of type (a: Nothing)Unit is not defined val empty = new Lizt[Nothing] { ^ one error found -- cgit v1.2.3