aboutsummaryrefslogtreecommitdiff
path: root/tests/run/t1500b.scala
Commit message (Collapse)AuthorAgeFilesLines
* Partially fix #1500: Implicit search breaks at a certain depthOlivier Blanvillain2016-09-131-0/+21
The issue fixed here was introduced by 71027f15. The added `csyms.isEmpty` condition on `case nil =>` is always true, which is clearely a bug. t1500c still fails with covariant (or contravariant) type parameters on `::`, but this seams to be a more complicated issue involving the typer.