mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
7 lines
171 B
Python
7 lines
171 B
Python
def a2():
|
|
try:
|
|
a = 2
|
|
except Exception:
|
|
pass
|
|
print(<warning descr="Local variable 'a' might be referenced before assignment">a</warning>) #fail
|