summaryrefslogtreecommitdiff
path: root/test/files/neg/tcpoly_override.check
Commit message (Collapse)AuthorAgeFilesLines
* Lots of tedious warning and tree printing work.Paul Phillips2012-03-201-1/+2
| | | | | | | | | | | 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.
* fixed 1231 (erroneously overriding abstract hig...Adriaan Moors2007-07-201-0/+5
fixed 1231 (erroneously overriding abstract higher-kinded type member with type member of kind * is not detected) --> added [type|term]SymbolDirect, which returns the symbol directly associated with a Type (i.e., without normalizing first)