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/scalap/wildcardType/A.scala | 1 - test/files/scalap/wildcardType/result.test | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 test/files/scalap/wildcardType/A.scala delete mode 100644 test/files/scalap/wildcardType/result.test (limited to 'test/files/scalap/wildcardType') diff --git a/test/files/scalap/wildcardType/A.scala b/test/files/scalap/wildcardType/A.scala deleted file mode 100644 index d99841cb36..0000000000 --- a/test/files/scalap/wildcardType/A.scala +++ /dev/null @@ -1 +0,0 @@ -class WildcardType(f: Int => _) \ No newline at end of file diff --git a/test/files/scalap/wildcardType/result.test b/test/files/scalap/wildcardType/result.test deleted file mode 100644 index 78a24ef22a..0000000000 --- a/test/files/scalap/wildcardType/result.test +++ /dev/null @@ -1,3 +0,0 @@ -class WildcardType extends java.lang.Object with scala.ScalaObject { - def this(f : scala.Function1[scala.Int, _]) = { /* compiled code */ } -} \ No newline at end of file -- cgit v1.2.3