mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 04:51:24 +07:00
6 lines
151 B
Python
6 lines
151 B
Python
def foo(a, b = 345, c = 1):
|
|
pass
|
|
|
|
#PY-3261
|
|
foo(1,
|
|
<weak_warning descr="Argument equals to default parameter value">345<caret></weak_warning>, c=22) |