-
Notifications
You must be signed in to change notification settings - Fork 931
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
Implement override-expression evaluation #5249
Implement override-expression evaluation #5249
Conversation
9e42d3a
to
4ac98ea
Compare
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.
Still reviewing, but I found one thing that (I think?) needs to change.
…verride declarations
…verride declarations
@teoxoy I pushed some comments - could you see if they're correct? |
They look great, thank you! |
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.
Okay, this looks good, let's merge it.
FTR: CI was failing because of #5341, but that's 👌🏻 okay, already been fixed because it was merged. |
Mainly implements override-expression evaluation for initializers of override declarations.
Tracking meta issue: #4484.