summaryrefslogtreecommitdiff
path: root/test/files/pos/t5148.scala
Commit message (Collapse)AuthorAgeFilesLines
* SD-98 don't emit unnecessary mixin forwardersLukas Rytz2016-04-121-0/+4
In most cases when a class inherits a concrete method from a trait we don't need to generate a forwarder to the default method in the class. t5148 is moved to pos as it compiles without error now. the error message ("missing or invalid dependency") is still tested by t6440b.