summaryrefslogtreecommitdiff
path: root/test/files/pos/t5644/other.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix for SI-5644.Paul Phillips2012-04-061-0/+3
Don't let OverloadedTypes reach the backend. When you want a method from a particular symbol, avoid getMember, which may inflict upon you an OverloadedType if an inherited member has the same name. Instead, use the (just now appearing) definitions.getDecl.