mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-28 21:30:23 +07:00
6 lines
149 B
Python
6 lines
149 B
Python
def test_function():
|
|
def foo():
|
|
pass
|
|
|
|
def <warning descr="Redeclared 'foo' defined above without usage">foo</warning>():
|
|
pass |