mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
GitOrigin-RevId: 78f01034ef40bf8aa160dd12cd6922c8d50b3647
3 lines
119 B
Python
3 lines
119 B
Python
def foo():
|
|
<weak_warning descr="Local variable 'baz' value is not used">baz</weak_warning> = bar = 1
|
|
return bar |