We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
Math.Floor(5.5); // mutated using static System.Math; Floor(5.5); // not mutated
Expected behavior I'd expect the second Floor method to be mutated as well.
Additional context We currently check the syntax tree for the class name. We should use the semantic model for this.
The text was updated successfully, but these errors were encountered:
I would like to work in this issue. Could you assign it to me @richardwerkman? Thanks
Sorry, something went wrong.
matiangelico
No branches or pull requests
Describe the bug
Expected behavior
I'd expect the second Floor method to be mutated as well.
Additional context
We currently check the syntax tree for the class name. We should use the semantic model for this.
The text was updated successfully, but these errors were encountered: