summaryrefslogtreecommitdiff
path: root/test/files/neg/patmat-classtag-compound.check
Commit message (Collapse)AuthorAgeFilesLines
* Test case for recently improved unchecked warningJason Zaugg2013-12-121-0/+6
Prior to https://github.com/scala/scala/pull/2848, the enclosed test compiled without warning and printed: true false Features interacting: - implicit class tags to enable type patterns on abstract types - type tests on compound types. I think the unchecked warning is acceptable for now.