summaryrefslogtreecommitdiff
path: root/test/files/pos/t6072.scala
Commit message (Collapse)AuthorAgeFilesLines
* Closes SI-6072, crasher with overloaded eq.Paul Phillips2012-07-161-0/+3
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.