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/run/t1501.check | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/files/run/t1501.check') diff --git a/test/files/run/t1501.check b/test/files/run/t1501.check index 7ec1495292..f0fa9112a5 100644 --- a/test/files/run/t1501.check +++ b/test/files/run/t1501.check @@ -1,3 +1,3 @@ defined class xyz -loopWhile: [T](=> Boolean)(=> Unit @xyz[T])Unit @xyz[T] +loopWhile: [T](cond: => Boolean)(body: => Unit @xyz[T])Unit @xyz[T] test: ()Unit @xyz[Int] -- cgit v1.2.3