summaryrefslogtreecommitdiff
path: root/test/files/pos/t8719.check
Commit message (Collapse)AuthorAgeFilesLines
* This ensures that typechecking custom unapplications in silent modeEugene Burmako2014-09-111-0/+0
doesn't leak uncatchable errors. Interestingly enough, the problem only manifested itself for custom unapply methods, not for synthetic ones generated for case classes.