mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 17:47:53 +07:00
GitOrigin-RevId: 68ab0989afd535a0f0958028290a021a21794663
4 lines
112 B
Python
4 lines
112 B
Python
for i, x in enumerate([]):
|
|
print(i, x)
|
|
print(<warning descr="Name 'i' can be undefined">i</warning>) # fail
|