aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i1737.scala
Commit message (Collapse)AuthorAgeFilesLines
* Enable GADT matching for pattern valuesMartin Odersky2016-11-241-0/+11
So far, only typed patterns an dunapply had GADT matching. i1737.scala shows that we need to do the same thing for objects.