summaryrefslogtreecommitdiff
path: root/test/files/neg/t5803.scala
Commit message (Collapse)AuthorAgeFilesLines
* A band-aid solution for SI-5803.Jason Zaugg2012-05-171-0/+4
Since ae5ff662, resetAttrs duplicates trees, which doesn't preserve ApplyConstructor. My attempt to modify TreeCopier to do so proved trickier than expected. In any case, ApplyConstructor is not long for this world, and is only used in tree printing to distinguish `new X` from regular Apply trees, so this should suffice pending full surgery.