summaryrefslogtreecommitdiff
path: root/test/files/neg/t6667b.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-6667 Abort after any ambiguous in-scope implicitJason Zaugg2012-11-261-0/+25
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.