summaryrefslogtreecommitdiff
path: root/test/files/neg/t6667b.check
Commit message (Collapse)AuthorAgeFilesLines
* [nomerge] SI-6667 Demote a new ambiguity error to a lint warning.Jason Zaugg2013-02-041-1/+2
| | | | | | | In the interests of not breaking source compability. A few projects are relying on this bug. Should not be merged to master.
* SI-6667 Abort after any ambiguous in-scope implicitJason Zaugg2012-11-261-0/+13
Rather than continuing on to a search of implicits of the expected type. Previously, the companion implicits were searched if the the caller was running the implicit search in silent mode, for example if searching for an implicit parameter in an application which has an expected type. After this commit, the behaviour is consistent, regardless on silent/non-silent typing.