summaryrefslogtreecommitdiff
path: root/test/files/neg/t0259.check
Commit message (Collapse)AuthorAgeFilesLines
* Generalize OverridingPairs to SymbolPairs.Paul Phillips2013-10-051-2/+2
| | | | | | | | | | | | | | | | | Increases your chance of knowing what is going on in OverridingPairs. Introduces some new abstractions which I hope for your own sakes you will put to use in some way: RelativeTo: operations relative to a prefix SymbolPair: two symbols being compared for something, and the enclosing class where the comparison is being performed Fixed a minor bug with access by accident by way of more principled pair analysis. See run/private-override.scala. Upgraded the error message issued on certain conflicts to give the line numbers of both conflicting methods, as opposed to just one and you go hunting.
* Sequence->SeqMartin Odersky2009-10-021-1/+1
|
* Named and default argumentsLukas Rytz2009-05-301-3/+3
| | | | | | | - MethodTypes now have (params: List[Symbol]) - "copy"-methods for case classes - the "copy" object in the compiler is now called "treeCopy"
* massive new collections checkin.Martin Odersky2009-05-081-1/+1
|
* fixed #283 #289Martin Odersky2007-12-211-0/+7