mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Don't warn about conditionally redeclared items
This commit is contained in:
@@ -4,6 +4,6 @@ This inspection detects redeclarations of names without being used in between, l
|
||||
<pre>def x(): pass
|
||||
x = 2
|
||||
</pre>
|
||||
It applies to function and class declarations, and assignments.<br/>
|
||||
It applies to function and class declarations, and top-level assignments.<br/>
|
||||
</span></body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user