summaryrefslogtreecommitdiff
path: root/test/files/neg/t7895.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7895 Avoid cascade of "symbol not found" in pattern matchesJason Zaugg2013-10-091-0/+6
If we can't type check the `Foo` in `case Foo(a, b) => (a, b)`, we should enter error symbols for `a` and `b` to avoid further errors being reported in the case body.