summaryrefslogtreecommitdiff
path: root/test/files/pos/t7461.check
Commit message (Collapse)AuthorAgeFilesLines
* SI-7461 c.typeCheck(silent = true) now suppresses ambiguous errorsEugene Burmako2013-05-271-0/+0
Otherwise use cases like the one shown in the attached test (trying to typecheck something, which leads to an ambiguous overload error) will mysteriously fail compilation.