summaryrefslogtreecommitdiff
path: root/test/files/continuations-run/implicit-infer-annotations.scala
Commit message (Collapse)AuthorAgeFilesLines
* Possible fix for continuations bug.Paul Phillips2012-10-081-0/+59
It comes looking for an implicit from (A @foo) => B and gives up, despite the fact that there is an implicit from A => B. Maybe there is some good reason for this, and/or I would fully believe there is a better way to fix it, but I'll propose this and wait to hear about the good reason and/or better way.