-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Preserve type bounds for inlined definitions in posttyper #17190
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to be more careful with that recursion.
We already know about 2 unintended consequences, and we may be missing something else.
Yes, let's back out of the last commit. |
The last commit has the wrong indentation. |
I added a commit addressing my concern
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixes #17168, as per @odersky idea.