Skip to content

Resolution failed for implicit parameters of implicit function types #2749

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
liufengyun opened this issue Jun 13, 2017 · 0 comments · Fixed by #2763
Closed

Resolution failed for implicit parameters of implicit function types #2749

liufengyun opened this issue Jun 13, 2017 · 0 comments · Fixed by #2763
Assignees

Comments

@liufengyun
Copy link
Contributor

object Test {
  implicit val f: implicit (implicit Int => Int) => Int = ???
  implicit val n: Int = 3
  implicit val g: implicit Int => Int = ???

  f : Int
}
@liufengyun liufengyun changed the title Resolution failed for implicit parameter which is of implicit function type Resolution failed for implicit parameters of implicit function types Jun 13, 2017
liufengyun added a commit to dotty-staging/dotty that referenced this issue Jun 15, 2017
@liufengyun liufengyun self-assigned this Jun 22, 2017
odersky added a commit that referenced this issue Jun 27, 2017
Fix #2749: support implicit resolution of implicit function types
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant