aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/scala2traits
Commit message (Collapse)AuthorAgeFilesLines
* Copy annotations from trait members to their implementationsMartin Odersky2015-06-081-1/+7
| | | | Implementations inherit all annotations on the implemented trait methods.
* Fix to trait setter generationMartin Odersky2015-06-081-3/+3
| | | | | The logic to add trait setters to Scala 2 traits was wrong. This led to AbstractMethodErrors in the formerly commented out part of scala-trait.scala.
* Add test case.Martin Odersky2015-06-012-0/+58
We are still lacking the setup to do this right for mixed Scala 2/Dotty runtime tests. So I checked into `pos` for now.