mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
8 lines
90 B
Python
8 lines
90 B
Python
|
|
def foo(a):
|
|
pass
|
|
|
|
foo(1, <warning descr="Unexpected argument">2<caret>3</warning>)
|
|
|
|
|