summaryrefslogtreecommitdiff
path: root/test/files/neg/t9231.scala
Commit message (Collapse)AuthorAgeFilesLines
* SI-9231 Don't attempt implicit search for erroneous parameterJason Zaugg2015-03-171-0/+9
If the instantiated type of an implicit parameter is erroneous, we should not attempt the implicit search. This avoids the following useless error message in the enclosed test: error: ambiguous implicit values: ... match expected type M[<error>]