summaryrefslogtreecommitdiff
path: root/test/files/pos/t8002-nested-scope.scala
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/2.11.x' into 2.12.xSeth Tisue2015-09-081-1/+1
| | | | | | | | only trivial merge conflicts here. not dealing with PR #4333 in this merge because there is a substantial conflict there -- so that's why I stopped at 63daba33ae99471175e9d7b20792324615f5999b for now
* SI-8002 private access for local companionsJason Zaugg2013-11-241-0/+20
We go through similar gymnastics to make companion implicits work for local class/object pairings, so we ought to be consistent when it comes to access