aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/CoderTrait.scala
Commit message (Collapse)AuthorAgeFilesLines
* New phase: PrivateToStaticMartin Odersky2014-11-091-0/+63
Make private methods in traits static, so that we do not need to give a default for them.