summaryrefslogtreecommitdiff
path: root/test/files/run/t7019.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-7019 Fix crasher with private[this] extension methodsJason Zaugg2014-11-061-0/+10
When we move the body of value class methods to the corresponding extension method, we typecheck a forward method that remains in the class. In order to allow access, this commit weakens the access of `private[local]` extension methods to `private`.