summaryrefslogtreecommitdiff
path: root/test/files/neg/t1477.check
Commit message (Collapse)AuthorAgeFilesLines
* Lots of tedious warning and tree printing work.Paul Phillips2012-03-201-1/+1
| | | | | | | | | | | 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.
* Fixes #1477 by requiring that abstract types wi...Martin Odersky2009-11-131-0/+5
Fixes #1477 by requiring that abstract types with non-volatile upper bounds cannot be overridden by volatile types.