mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 14:23:28 +07:00
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> |