aboutsummaryrefslogtreecommitdiff
path: root/tests/run/tryPatternMatch.check
Commit message (Collapse)AuthorAgeFilesLines
* Fix #856: Handle try/catch cases as catch cases if possible.Nicolas Stucki2016-06-281-0/+20
Previously they were all lifted into a match with the came cases. Now the first cases are handled directly by by the catch. If one of the cases can not be handled the old scheme is applied to to it and all subsequent cases.