summaryrefslogtreecommitdiff
path: root/test/files/neg/t7850.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7850 CCE in patmat with invalid isEmpty.Paul Phillips2013-12-151-0/+7
Name-based pattern matcher needed some hardening against unapply methods with the right name but wrong types. Only isEmpty methods which return Boolean are acceptable. Catching it directly rather than indirectly also allowed for better error messages.