mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-27 01:42:17 +07:00
GitOrigin-RevId: 56876a5dd073a06c3fcc92f63ed1f5674830bc25
12 lines
253 B
HTML
12 lines
253 B
HTML
<html>
|
|
<body>
|
|
<p>Reports shadowing names defined in outer scopes.</p>
|
|
<p><b>Example:</b></p>
|
|
<pre><code>
|
|
def outer(p):
|
|
def inner(p):
|
|
pass
|
|
</code></pre>
|
|
<p>As a quick-fix, the IDE offers to remove a parameter or rename it.</p>
|
|
</body>
|
|
</html> |