summaryrefslogtreecommitdiff
path: root/test/files/neg/tailrec-4.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-8657 don't miss tailrec defs in more positionsJohannes Rudolph2014-06-251-0/+16
1) First operand of boolean expression using `&&` or `||`. Second operands of those boolean exprs were already treated specially here but handling for first operands was missing. 2) Condition of `If`. Also added a test for guards.