mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 18:25:37 +07:00
8 lines
140 B
Python
8 lines
140 B
Python
|
|
def foo(a):
|
|
pass
|
|
|
|
foo<warning descr="Unexpected argument(s)">(1, <warning descr="Unexpected argument">2<caret>3</warning>)</warning>
|
|
|
|
|