summaryrefslogtreecommitdiff
path: root/test/files/neg/t7756b.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7756 Uncripple refchecks in case bodiesJason Zaugg2013-08-161-0/+5
In 65340ed4ad2e, parts of RefChecks were disabled when we traversed into the results of the new pattern matcher. Similar logic existed for the old pattern matcher, but in that case the Match / CaseDef nodes still existed in the tree. The new approach was too broad: important checks no longer scrutinized the body of cases. This commit turns the checks back on when it finds the remnants of a case body, which appears as an application to a label def.