summaryrefslogtreecommitdiff
path: root/test/files/neg/unchecked.check
Commit message (Collapse)AuthorAgeFilesLines
* Improve unchecked warnings a lot.Paul Phillips2012-07-271-0/+19
| | | | | | | | 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.
* removed unchecked test.Martin Odersky2006-11-231-2/+0
|
* 1.Martin Odersky2006-11-221-0/+2
2. Modified ambiguous check for implicits. 3. Cleanup of AddInterfaces