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