summaryrefslogtreecommitdiff
path: root/test/files/neg/implicits.check
Commit message (Collapse)AuthorAgeFilesLines
* suppress "scala." prefix in string representati...Adriaan Moors2007-04-191-1/+1
| | | | | | 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
|
* 1.Martin Odersky2007-01-251-1/+4
| | | | | | 2. More detailed error messages for ambiguous implicits. 3. Relaxed rules for necessary overlap in pattern matching
* added colonBurak Emir2007-01-071-1/+1
|
* Removed a DOS-style new line character from tes...mihaylov2006-11-301-1/+1
| | | | | Removed a DOS-style new line character from test/neg/implicits.check
* fixed bug851Martin Odersky2006-11-291-0/+8
added "Function" module to library/scala