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
The following code raises CC0001
public void Foo() { string foo = "", otherFoo = ""; }
However the code fix introduces a compile error: Error CS0819 Implicitly-typed variables cannot have multiple declarators
Error CS0819 Implicitly-typed variables cannot have multiple declarators
The text was updated successfully, but these errors were encountered:
Bug confirmed.
Sorry, something went wrong.
Fixed issue code-cracker#537 by creating multiple variable declaratio…
8b674ce
…ns rather than a single declaration.
Merge pull request #549 from Shiney/VarFix
7d33147
Fixed issue #537 by creating multiple variable declarations rather th…
Closed on #549.
09ff785
No branches or pull requests
The following code raises CC0001
However the code fix introduces a compile error:
Error CS0819 Implicitly-typed variables cannot have multiple declarators
The text was updated successfully, but these errors were encountered: