mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
2 lines
83 B
Python
2 lines
83 B
Python
xs = [x for x in range(10)]
|
|
<error descr="Unresolved reference 'x'">x</error> #fail |