summaryrefslogtreecommitdiff
path: root/test/files/run/t8893.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-8893 Test case to show that tailrec continues to workJason Zaugg2014-11-021-0/+40
As suggested during code review, this test checks that the tailcalls phase recurses appropriately below a method that doesn and does not itself tail call. The test case is based on the pattern of code that to trigger super-linear performance in this transform.