-
Notifications
You must be signed in to change notification settings - Fork 820
Improve C# -> F# lambda conversion codefix #15499
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
Comments
Hey, done some research about this, the bug is due the |
Hi @nih0n! Thanks for taking a look into this. :) Indeed, it seems like a problem with the syntax traversal. Actually, I am quite sure the filtering we are doing in this function has a flaw. By then, we have identified that we're in the parenthesized statement and so we are looking what's inside. With In syntax traversal terms, we are dealing with Does it make sense? Do you want to give it a stab? At least this should be quite easy to test and debug now - the latest main contains |
It's because |
Yeah. I've learned something about op precedence since then as well 👀 |
Currently codefix is activated for this code:
But not for this code:
Not a bug, but would be useful.
The text was updated successfully, but these errors were encountered: