Skip to content

Fix #3537: Don't add an implicit to qualifier of constructor #3728

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 3, 2018

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Jan 2, 2018

When trying to insert an implicit on the qualifier of a method call,
make sure the call is not to a constructor, as this would lead to
illegal bytecode.

When trying to insert an implicit on the qualifier of a method call,
make sure the call is not to a constructor, as this would lead to
illegal bytecode.
@odersky odersky requested a review from allanrenucci January 2, 2018 10:24
@allanrenucci allanrenucci merged commit c917cf8 into scala:master Jan 3, 2018
@allanrenucci allanrenucci deleted the fix-#3537 branch January 3, 2018 15:59
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.

3 participants