-
Notifications
You must be signed in to change notification settings - Fork 670
Allow methodcall and new to access interface arrays #5973
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
…gnment should not be a non-virtual interface.
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.
Thanks.
Please resolve the test conflict.
Let me know when ready for another review - first click "resolved" on above, remove commented-out code, and do a "make format" please. |
This should be ready for another review, I'm slightly surprised that 'make format' has apparently run itself! |
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.
The autoformatter is cancelling the regression run, so you need to run it on your side and push.
Please can you review again, I think comments to date should be resolved. |
Handle de-array case so that new and methods can access interfaces from an array.