Skip to content

Instantly share code, notes, and snippets.

@fekberg
Created September 17, 2012 19:33
Show Gist options
  • Save fekberg/3739292 to your computer and use it in GitHub Desktop.
Save fekberg/3739292 to your computer and use it in GitHub Desktop.
Listing 10.14
return new[] { new CodeIssue(CodeIssueKind.Warning, localDeclaration.Span, string.Format("Variable {0} is declared but never used", variable.Identifier)) };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment