Re-introduced redeclaration inspection

This commit is contained in:
Andrey Vlasovskikh
2013-09-03 18:04:12 +04:00
parent 46bebeb151
commit d55e3c08be
5 changed files with 84 additions and 59 deletions
@@ -5,6 +5,5 @@ This inspection detects redeclarations of names without being used in between, l
x = 2
</pre>
It applies to function and class declarations, and assignments.<br/>
<i>Currently it works in a very limited way and is off by default.</i>
</span></body>
</html>