summaryrefslogtreecommitdiff
path: root/test/files/neg/unchecked2.check
Commit message (Collapse)AuthorAgeFilesLines
* Improve unchecked warnings a lot.Paul Phillips2012-07-271-6/+6
| | | | | | | | 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.
* Improve unchecked warnings.Paul Phillips2012-07-231-0/+19
Spurious test was not good. Better test avoids suppressing some legitimate warnings. Review by @moors.