summaryrefslogtreecommitdiff
path: root/test/files/neg/t1672b.check
Commit message (Collapse)AuthorAgeFilesLines
* Addtional test cases for tail calls in catches.Jason Zaugg2012-12-051-1/+4
| | | | | | - Includes a run test to check bytecode verifies and behaves - Show this isn't possible when try is used as an expression, and a `liftedTree` local method is needed.
* SI-1672 Catches are in tail position without finally.Jason Zaugg2012-12-051-0/+13
So we can eliminate tail calls within.