summaryrefslogtreecommitdiff
path: root/test/files/run/t5125.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix @varargs forwarder generation in the presence of nested templates.Jason Zaugg2012-05-201-0/+24
Makes `newMembers` a Map[Symbol, Buffer[Tree]] to ensure we add the forwarders to the right template. Closes SI-5125.