Skip to content
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

IOperation: VB - BoundMethodGroup should implement specific interface #8914

Closed
AlekseyTs opened this issue Feb 19, 2016 · 3 comments
Closed
Labels
Area-Analyzers Area-Interactive Bug Concept-API This issue involves adding, removing, clarification, or modification of an API. Feature - IOperation IOperation Language-VB

Comments

@AlekseyTs
Copy link
Contributor

BoundMethodGroup can survive initial binding in presence of errors.

Same for BoundPropertyGroup

@AlekseyTs AlekseyTs added Bug Language-VB Area-Analyzers Concept-API This issue involves adding, removing, clarification, or modification of an API. Feature - IOperation IOperation labels Feb 19, 2016
@AlekseyTs AlekseyTs added this to the 1.2 milestone Feb 19, 2016
@msJohnHamby
Copy link
Contributor

We might get by with having these implement IInvalidExpression.

@AlekseyTs
Copy link
Contributor Author

I think there is a benefit in exposing some information about the group: the name, type arguments, maybe even the set of symbols. Though, semantic model can be used to lookup the symbols based on name and the arity.

@jinujoseph
Copy link
Contributor

dupe of #19965

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Analyzers Area-Interactive Bug Concept-API This issue involves adding, removing, clarification, or modification of an API. Feature - IOperation IOperation Language-VB
Projects
None yet
Development

No branches or pull requests

5 participants