summaryrefslogtreecommitdiff
path: root/test/files/pos/SI-5788.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-5788 correct test and symbol updateVlad Ureche2012-08-191-3/+2
| | | | | | Previously I thought it's fixed because I didn't include the correct testcase. Now it's the correct testcase and this prompted me to change the code a bit to make it work properly.
* SI-5788 Tailcalls LabelDefs correctly duplicatedVlad Ureche2012-08-061-0/+4
... in specialization. This is a quick hack to get SI-5788 fixed in 2.10.x. The full patch, which fixes the tailcalls LabelDefs will be merged into trunk, as it's too late for big changes. For reference, the complete fix is: e86afe65c8