Skip to content

Fix #7744: Pre-type type parameters when copying them #7777

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
Dec 16, 2019

Conversation

odersky
Copy link
Contributor

@odersky odersky commented Dec 16, 2019

When creating new type parameters that should be copies of existing
ones on a new symbol, initially assign a denotation with NoType as bounds
to them. This is needed to handle inter-parameter-dependencies in
subsequentl substitutions that compute the proper bounds.

When creating new type parameters that should be copies of existing
ones on a new symbol, initially assign a denotation with NoType as bounds
to them. This is needed to handle inter-parameter-dependencies in
subsequentl substitutions that compute the proper bounds.
@odersky odersky requested a review from smarter December 16, 2019 10:50
@smarter smarter merged commit b8449ae into scala:master Dec 16, 2019
@smarter smarter deleted the fix-#7744 branch December 16, 2019 11:38
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.

2 participants