aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t0599.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix OverridingPairsMartin Odersky2014-11-141-2/+2
| | | | | | | | 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.
* More testsMartin Odersky2014-03-211-0/+18
Added more tests which all pass, except for tests in disabled and pending. t0694 went from pos to neg, because the kind of alias type used in t0695 is no longer supported.