-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
cgen: fix interface type generation for generic struct #22189
Conversation
I think struct Foo[T] implements IA, IB[T] {
a int
b T
} |
What do you think @medvednikov ? This can be threated in another PR though. |
I agree, it should be |
…+ checker for generic implement type
I've changed the implements_type to use TypeNode to save the token pos for checker error message. |
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.
Excellent work.
Can I merge this now @felipensp , and then #22218 or ? |
Fix #22186