aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/i1378.scala
Commit message (Collapse)AuthorAgeFilesLines
* Proparage function result constrains when inferring parameter typesMartin Odersky2016-07-161-0/+3
If an application has functions with implicit parameter types we need to be more aggressive about propagating knowledge of the expected result type into the constraint. Fixes #1378.