summaryrefslogtreecommitdiff
path: root/test/files/neg/tcpoly_variance.check
Commit message (Collapse)AuthorAgeFilesLines
* Merging everything from the 2.8.x development b...Antonio Cunei2008-11-251-2/+2
| | | | | | | | Merging everything from the 2.8.x development branch back to trunk. - If you were working on trunk, please keep working on trunk If you were - working on 2.8-devel, please switch to trunk now
* Massive check-in for IDE.Sean McDirmid2007-09-171-1/+1
|
* 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)
* adding test files from tcpoly branch without hi...Adriaan Moors2007-04-061-0/+5
adding test files from tcpoly branch without history -- much faster this way, sorry