aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/traits.scala
Commit message (Collapse)AuthorAgeFilesLines
* Improved version of mixin.Martin Odersky2014-11-091-2/+2
| | | | | Now also handles all supercalls. Seems to do the right thing on pos/traits.scala. But does not pass most tests because the sym transformer forces too many things.
* New phase: PrivateToStaticMartin Odersky2014-11-091-0/+25
Make private methods in traits static, so that we do not need to give a default for them.