summaryrefslogtreecommitdiff
path: root/test/files/neg/type-diagnostics.scala
Commit message (Collapse)AuthorAgeFilesLines
* Begone t1737...Hubert Plociniczak2011-11-021-2/+2
|
* immutable.Map keySet returns immutable.Set.Paul Phillips2010-12-031-1/+1
|
* Some work on error messages, somewhat based on ...Paul Phillips2010-11-261-0/+4
| | | | | | Some work on error messages, somewhat based on ideas in #3092. No review.
* Some refinement of the error messages when the ...Paul Phillips2010-11-181-0/+18
Some refinement of the error messages when the found and required types have the same simple names. No longer must we watch people scratch their heads at such messages as: found : scala.collection.Set[String] required: Set[String] Now so clear you could enjoy a movie through it: found : scala.collection.Set[String] required: scala.collection.immutable.Set[String] No review.