summaryrefslogtreecommitdiff
path: root/test/files/pos/t9479b.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9479 Fix regression w. inherited overloads in package objectJason Zaugg2015-09-191-0/+15
One shouldn't base any decisions of the owner of an overloaded symbol. Instead, the owner of each of the alternatives should be considered. This gotcha is super easy to forget, as I did with my change to simplify the way we detect whether we need to add the `.package` prefix to a tree.