summaryrefslogtreecommitdiff
path: root/test/files/pos/self-type-override.scala
Commit message (Collapse)AuthorAgeFilesLines
* Override checks and self-types still needed som...Paul Phillips2011-01-081-0/+13
Override checks and self-types still needed some work (ticket #2808.) I believe this is the right change. The modifications in parallel and actors were a result of the files failing to compile after the change to allOverriddenSymbols. (I am taking the position that that aspect is a feature.) Review by malayeri, odersky.