summaryrefslogtreecommitdiff
path: root/test/files/neg/tcpoly_typealias.check
Commit message (Collapse)AuthorAgeFilesLines
* Lots of tedious warning and tree printing work.Paul Phillips2012-03-201-3/+6
| | | | | | | | | | | Fewer deprecation warnings, prettier trees, prettier symbols, more polished error messages. Oh the interesting people you meet handling warnings, I feel sorry for you all that I get to do it all the time. One of the characters I met invited me into the "Dead Code Society" and that's what I'm doing on Tuesdays now. No of course you haven't, it's a SECRET society.
* fxied .check files for tcpolyMartin Odersky2007-06-291-3/+3
|
* 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-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/+13
adding test files from tcpoly branch without history -- much faster this way, sorry