summaryrefslogtreecommitdiff
path: root/test/files/neg/t2179.check
Commit message (Collapse)AuthorAgeFilesLines
* Fix for the partest task to fail the build when...Paul Phillips2010-04-061-2/+2
| | | | | | | | Fix for the partest task to fail the build when a test fails, and fixes for 2/3 of the quietly failing tests. I'm not quite sure what to do about the view ones, it doesn't look like a simple rename is going to cut it, so: review by odersky.
* closes #3082, review by rytzMartin Odersky2010-02-261-2/+2
|
* Fixes #1477 by requiring that abstract types wi...Martin Odersky2009-11-131-0/+9
Fixes #1477 by requiring that abstract types with non-volatile upper bounds cannot be overridden by volatile types.