summaryrefslogtreecommitdiff
path: root/test/files/pos/unchecked-a.flags
Commit message (Collapse)AuthorAgeFilesLines
* Improve unchecked warnings a lot.Paul Phillips2012-07-271-0/+1
Don't warn on "uncheckable" type patterns if they can be statically guaranteed, regardless of their runtime checkability. This covers patterns like Seq[Any] and lots more. Review by @adriaanm.