summaryrefslogtreecommitdiff
path: root/test/files/pos/t5644
Commit message (Collapse)AuthorAgeFilesLines
* Updated copyright to 2013Carlo Dapor2013-01-021-1/+1
|
* Fix for SI-5644.Paul Phillips2012-04-062-0/+839
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.