mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Note about unconditional redeclarations
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<body><span style="font-family: verdana,serif;">
|
||||
This inspection detects redeclarations of names without being used in between, like this:<br/>
|
||||
This inspection detects unconditional redeclarations of names without being used in between, like this:<br/>
|
||||
<pre>def x(): pass
|
||||
x = 2
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user