summaryrefslogtreecommitdiff
path: root/test/files/run/mixin-bridge-methods.scala
Commit message (Collapse)AuthorAgeFilesLines
* Don't mark mixed in methods as bridges.Paul Phillips2012-01-051-0/+14
Sometime during the signature-related chaos before 2.9.1, genjvm was modified to pin ACC_BRIDGE onto mixed-in methods. This isn't necessary to suppress the signature (which has already happened at that point) and has deleterious effects since many tools ignore bridge methods. Review by @odersky.