mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 00:19:11 +07:00
4 lines
114 B
Python
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
|