Skip to content

Handle adaptation of a method with implicit followed by type parameter #11203

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

Merged
merged 1 commit into from
Jan 25, 2021

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Jan 24, 2021

Handle adaptation of a method that takes a using clause and then a type parameter.
When passing a type argument, we have to first insert an implicit argument for
the using clause.

Fixes #11168

Handle adaptation of a method that takes using clause and then a type parameter.
When passing a type argument, we have to first insert an implicit argument for
the using clause.

Fixes scala#11168
@prolativ prolativ merged commit f6112f5 into scala:master Jan 25, 2021
@prolativ prolativ deleted the fix-11168 branch January 25, 2021 09:12
@Kordyjan Kordyjan added this to the 3.0.0 milestone Aug 2, 2023
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 this pull request may close these issues.

Explicit type parameter for method from extension with trailing using clause
3 participants