-
Notifications
You must be signed in to change notification settings - Fork 222
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
VB -> C#: Late bound implicit conversion creates compile error #636
Comments
Thanks, I can reproduce the issue so I think that's enough information to fix the issue. Hopefully I'll have some time to look at this in the next few weeks |
Ah, now I've looked closer, I see that the difficulty with this case is that there are multiple overloads (e.g. decimal or double) available, and it can't be known until runtime which will be used. |
Closing as known limitation |
Input code
Erroneous output
Expected output
Details
The text was updated successfully, but these errors were encountered: