Files
openide/python/testData/inspections/PyUnboundLocalVariableInspection/UnboundLoopVariable.py
T

4 lines
114 B
Python

for i, x in enumerate([]):
print(i, x)
print(<warning descr="Name 'i' can be not defined">i</warning>) # fail