summaryrefslogtreecommitdiff
path: root/test/files/run/t9546e.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9425 Fix a residual bug with multi-param-list case classesJason Zaugg2016-03-041-0/+15
During code review for the fix for SI-9546, we found a corner case in the SI-9425 that remained broken. Using `finalResultType` peels off all the constructor param lists, and solves that problem.