mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 08:00:18 +07:00
4 lines
121 B
Python
4 lines
121 B
Python
x = default_value
|
|
y = 0
|
|
if True:
|
|
<warning descr="Redeclared 'x' defined above without usage">x</warning> = process(y) |