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