aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/overrides.scala
Commit message (Collapse)AuthorAgeFilesLines
* Check types for overriding conditions.Martin Odersky2015-12-141-9/+0
| | | | Closes #241 -- that took a while!
* Add tests for the overriding of typesGuillaume Martres2014-11-181-0/+9
| | | | These tests work correctly since 222e9a478f7b851582550973df6a9d141766e49a
* Fix OverridingPairsMartin Odersky2014-11-141-1/+1
| | | | | | | | OverridingPairs had several bugs which caused pairs to be lost, which caused missing overrides checks. Fixing OverridingPairs revealed several test failures (and a problem in Synthetics generation which was fixed in the last commit). Tests that became negative are all moved into neg/overrides.scala, and the original versions in pos were fixed.
* test for allOverriddenSymbolsMartin Odersky2014-04-041-0/+13
... to verify whether they work correctly.