You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #26 from ryneeverett/unused-reassigned-variable
Add tests to document hard to test cases
It would be nice if shadowing an unused variable was an error, but this
is quite difficult to implement in a way which does not also raise false
positives in the context of loops.
0 commit comments