blob: d867d1f4928750ebabb6753cd584c370fd9bda20 [file] [log] [blame]
def f(c, x):
if c:
from re import compile as g
else:
pass
return <warning descr="Local variable 'g' might be referenced before assignment">g</warning>(x) #fail