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

Issue 1159 inferred generic integer type cast #1162

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

GrahamTheCoder
Copy link
Member

Fixes #1159

GrahamTheCoder

This comment was marked as resolved.

Usually it's unwise to inspect the code that's already been generated and modify it since this leads to hard-to-debug outputs. However, the type conversion analyzer is a specific two step process where the analysis inspects the vb node and full type context, so the conversion should be a purely cs transformation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

VB -> C#: Type conversions of integer values vanish in inferred generic types
2 participants