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