aboutsummaryrefslogtreecommitdiff
path: root/tests/run/paramForwarding.scala
Commit message (Collapse)AuthorAgeFilesLines
* Update check fileMartin Odersky2017-03-201-3/+3
|
* ParamForwarding: do not require param accessors to be private[this]Guillaume Martres2015-05-281-0/+89
Also mark the forwarder as Stable otherwise we get a RefChecks error. This fixes #608. Note that we do less parameter forwarding than scalac. See for example D and Y in tests/run/paramForwarding.scala which don't get their own local fields in scalac but do in dotty.