aboutsummaryrefslogtreecommitdiff
path: root/tests/pickling/innerclass.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix #2067: Compute defKind at Typer, not NamerMartin Odersky2017-03-081-0/+3
It's hard to predict for defKind all the desugarings that can be applied to a definition. Better to do it once the desugarings have been applied. NoInit and PureInterface are both tested only after Typer, so it's OK to delay their initialization until regular Typer.