aboutsummaryrefslogtreecommitdiff
path: root/tests/pos/t2504.scala
Commit message (Collapse)AuthorAgeFilesLines
* Replace tabs with 4 spaces in Dotty tests.Dmitry Petrashko2015-04-091-0/+0
|
* Fix of t2504Martin Odersky2014-05-301-0/+6
Another problem where we need to insert an implicit on the result type of complex operation. Two additions: (1) If adapt fails, we now try with a weaker FunProto without result type, thus allowing for an additional implicit cpmversion on the result. (2) An Application in a committable context will not fail if the result type does not match the expected one. The problem will be simply deferred in that case.