summaryrefslogtreecommitdiff
path: root/test/files/neg/type-diagnostics.check
Commit message (Collapse)AuthorAgeFilesLines
* Improved error messages for identically named, differently prefixed typesEdmund Noble2016-12-311-2/+2
|
* immutable.Map keySet returns immutable.Set.Paul Phillips2010-12-031-2/+2
|
* Did some more polishing on the infamous partial...Paul Phillips2010-11-281-1/+2
| | | | | | Did some more polishing on the infamous partial function error message. No review.
* Some work on error messages, somewhat based on ...Paul Phillips2010-11-261-1/+5
| | | | | | 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/+16
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.