-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[ty] Remove Self from generic context when binding Self
#20364
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
Diagnostic diff on typing conformance testsNo changes detected when running ty on typing conformance tests ✅ |
|
3dd2ab5 to
0c7ca15
Compare
|
dcreager
left a comment
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.
Oof, good catch!
0c7ca15 to
1d09aae
Compare
You told me that this is might be a problem :-) |
And then promptly forgot to look for it in #20328 😅 |
Summary
This mainly removes an internal inconsistency, where we didn't remove the
Selftype variable when eagerly bindingSelfto an instance type. It has no observable effect, apparently.builds on top of #20328
Test Plan
None