summaryrefslogtreecommitdiff
path: root/test/files/pos/t6624.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6624 set info of case pattern binder to help find case field accessorsAdriaan Moors2012-11-161-0/+28
sometimes the type checker infers a weird type for a sub-pattern of a case class/extractor pattern this confuses the pattern matcher and it can't find the case field accessors for the sub-pattern use the expected argument type of the extractor corresponding to the case class that we're matching as the info for the sub-pattern binder -- this type more readily admits querying its caseFieldAccessors