mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 04:37:32 +07:00
4 lines
74 B
Python
4 lines
74 B
Python
x = 1
|
|
def f():
|
|
<error descr="Unresolved reference 'x'">x</error> += 1
|