summaryrefslogtreecommitdiff
path: root/test/files/neg/bug639.check
Commit message (Collapse)AuthorAgeFilesLines
* Based on the frequency with which I hear questi...Paul Phillips2011-02-201-1/+1
| | | | | | | | | | | | | | | | | Based on the frequency with which I hear questions about it and similar, this error message assumes too much understanding. scala> scala.collection.mutable.MultiMap(1, 2, 3) <console>:8: error: value MultiMap is not a member of package scala.collection.mutable Now it says: scala> scala.collection.mutable.MultiMap(1, 2, 3) <console>:8: error: object MultiMap is not a member of package scala.collection.mutable Note: trait MultiMap exists, but it has no companion object. No review.
* added colonBurak Emir2007-01-071-1/+1
|
* Fixed bug 639; added test files for bug630, bug631Martin Odersky2006-06-271-7/+2
|
* Fixed bugs 633, 637, 639, 640Martin Odersky2006-06-271-0/+9