summaryrefslogtreecommitdiff
path: root/test/files/neg/bug588.check
Commit message (Collapse)AuthorAgeFilesLines
* fix for 513: use deep ForeachTypeTraverser in d...Adriaan Moors2009-08-131-1/+1
| | | | | | fix for 513: use deep ForeachTypeTraverser in doTypeTraversal instead of shallow one test case+checkfile for #513
* Named and default argumentsLukas Rytz2009-05-301-6/+6
| | | | | | | - MethodTypes now have (params: List[Symbol]) - "copy"-methods for case classes - the "copy" object in the compiler is now called "treeCopy"
* More deprecation warnings fixed.Iulian Dragos2008-05-191-3/+3
|
* Massive check-in for IDE.Sean McDirmid2007-09-171-2/+2
|
* suppress "scala." prefix in string representati...Adriaan Moors2007-04-191-4/+4
| | | | | | suppress "scala." prefix in string representation of types (in error messages,..)
* implementing Martin's suggestions for tcpolyAdriaan Moors2007-04-161-2/+2
| | | | | | | | | | | | - 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-2/+2
|
* added colonBurak Emir2007-01-071-2/+2
|
* Bug fixesMartin Odersky2006-05-111-4/+4
|
* Bug fixesMartin Odersky2006-05-081-0/+13