summaryrefslogtreecommitdiff
path: root/test/files/run/outertest.scala
Commit message (Collapse)AuthorAgeFilesLines
* Removes redundant outersMartin Odersky2012-07-201-0/+26
Widens the criterion when outer fields can be omitted. It used to be that sub- and superclass had to be enclosed by the same outer class. Only in that case was the outer field of the class omitted. We now omit if subclass is contained in an outer class that is itself a subclass of the superclasses outer class. See test case "outertest.scala" for an example.