summaryrefslogtreecommitdiff
path: root/test/files/neg/t5429.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix for bad bug with accidental overrides.Paul Phillips2012-02-011-0/+93
An object in a subclass would silently override an inherited method, then throw a CCE at runtime. I blamed this on matchesType and altered it accordingly. There's a pretty extensive test case which reflects my expectations. Review by @odersky please. Closes SI-5429.