summaryrefslogtreecommitdiff
path: root/test/files/neg/virtpatmat_exhaust_compound.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-8631 Treat `A with Sealed` as enumerable for pattern matchingJason Zaugg2014-06-101-0/+15
Enumerate the subtypes of sealed parent types of refinement types, and filter those that conform to the refinement type. Such types can crop up easily when LUB-bing case classes which add `Product with Serializable` to the mix.