summaryrefslogtreecommitdiff
path: root/test/files/pos/t6072.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6072, crasher with overloaded eq.Paul Phillips2013-01-301-0/+3
[backport] You don't want to do name-based selections in later phases if you can help it, because there is nobody left to resolve your overloads. If as in this example you're calling a known method, use the symbol. Review by @hubertp.