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 IConversionExpression Expressions are always ConversionKind.Basic #20415

Closed
333fred opened this issue Jun 23, 2017 · 1 comment
Assignees
Milestone

Comments

@333fred
Copy link
Member

333fred commented Jun 23, 2017

We don't attempt to actually figure out what the kind of the BoundConversion is when created VB IConversionExpressions. Instead, we just set the conversion kind to ConversionKind.Basic. We need to actually support this in VB. FYI @dotnet/analyzer-ioperation.

@333fred
Copy link
Member Author

333fred commented Jul 4, 2017

Dupe of #8870.

@333fred 333fred closed this as completed Jul 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant