mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-15 11:53:49 +07:00
13 lines
94 B
Python
13 lines
94 B
Python
def foo_decl1(
|
|
a,
|
|
b, c,
|
|
d,
|
|
):
|
|
pass
|
|
|
|
def foo_decl2(
|
|
a,
|
|
b, c,
|
|
d):
|
|
pass
|