aboutsummaryrefslogtreecommitdiff
path: root/tests/neg/overrideClass.scala
Commit message (Collapse)AuthorAgeFilesLines
* Better diagnosis for cyclic references caused by class clashes.Martin Odersky2015-12-141-0/+20
We now get a cyclic reference when inheriting from an inner class with the same name in an outer supertype. Since this was legal in Scala2 it's good to explain that particular case. Test case in overrideClass.scala