blob: 02cc63c063e1db190c7f499a0499c70991d7ba5c [file] [log] [blame]
def test1(c, xs):
if c:
y = 1
print(<warning descr="Local variable 'y' might be referenced before assignment">y</warning>)
for x in xs:
continue
z = 1