-
Notifications
You must be signed in to change notification settings - Fork 790
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
Fix: generate fixups for static abstracts #16195
Conversation
62cee36
to
c04a142
Compare
68e920c
to
cbcbf5c
Compare
Do you think it's worth it to add tests for INumber<_>, which @En3Tho suggested in the previous PR? These will cover some standard bcl stuff. |
I think it's worth covering some BCL stuff. I will add more tests. |
(worth backporting to release branch, wdyt?) |
Probably not, we are way past the cutoff date. At this time, I think, only fixes for big regressions are getting considered. |
@vzarytovskii @gusty Thank you! |
Fixes #15919 and #14595 when inheriting a static abstract in another interface.