Fixing tests, no review.

git-svn-id: http://lampsvn.epfl.ch/svn-repos/scala/scala/trunk@25981 5e8d7ff9-d8ef-0310-90f0-a4852d11357a
This commit is contained in:
extempore 2011-11-10 22:11:11 +00:00
parent 608b3cb74d
commit a36a3e58f1
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ The members with defaults are defined in class C and class B.
class C extends B {
^
names-defaults-neg-ref.scala:21: error: overriding method bar$default$1 in class B of type => String;
method bar$default$1 needs `override' modifier
method bar$default$1 has incompatible type
def bar(i: Int = 129083) = i
^
four errors found