summaryrefslogtreecommitdiff
path: root/test/files/neg/t4440.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-4440 workaround: avoid outer accessor that'll vanishAdriaan Moors2012-07-231-0/+19
outer accessors of final classes are dropped in constructors apply some foresight in explicit outer and replace those doomed outer checks by `true` (since this is unfortunate, we generate an unchecked warning)