We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
void foo() { // Should be a warning- it's assigned but never referenced. var something = 1; }
This came up in a bug, it's something which I've felt was helpful from other analyzers.