mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 13:48:49 +07:00
close #1490 GitOrigin-RevId: c0a7225913b73100dc479a0a3d96026f2a4dd465
14 lines
126 B
Python
14 lines
126 B
Python
def foo_decl1(
|
|
a,
|
|
b, c,
|
|
d,
|
|
):
|
|
pass
|
|
|
|
|
|
def foo_decl2(
|
|
a,
|
|
b, c,
|
|
d):
|
|
pass
|