Files

4 lines
121 B
Python

x = default_value
y = 0
if True:
<warning descr="Redeclared 'x' defined above without usage">x</warning> = process(y)