summaryrefslogtreecommitdiff
path: root/test/files/neg/bug910.check
Commit message (Collapse)AuthorAgeFilesLines
* Some refinement of the error messages when the ...Paul Phillips2010-11-181-1/+1
| | | | | | | | | | | | | | | | | 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.
* Finally completed the incredibly tedious task o...Paul Phillips2009-11-181-2/+2
| | | | | | Finally completed the incredibly tedious task of removing the lower case primitive aliases from Predef. Had to rebuild msil.jar along the way.
* Sequence->SeqMartin Odersky2009-10-021-2/+2
|
* massive new collections checkin.Martin Odersky2009-05-081-1/+1
|
* suppress "scala." prefix in string representati...Adriaan Moors2007-04-191-2/+2
| | | | | | suppress "scala." prefix in string representation of types (in error messages,..)
* implementing Martin's suggestions for tcpolyAdriaan Moors2007-04-161-1/+1
| | | | | | | | | | | | - prefixString in SingleType suppresses scala.Predef prefixes - (sym.isPredefModule) better handling of double defs of `_' in type - params (now in enterInScope in Namers) introduced HKmode to indicate - we're typing a higher-kinded type, instead of reusing POLYmode | - TAPPmode - Typers.typedTypeConstructor does not normalize the result anymore -- now in GenICode generatedType = toTypeKind(tpt.tpe.normalize)
* merged in tcpoly branch (at r10641)Adriaan Moors2007-04-061-1/+1
|
* fixed bug 1000 and david pollaks problem wrt tu...Martin Odersky2007-03-131-0/+6
fixed bug 1000 and david pollaks problem wrt tupling