mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-08-29 16:02:32 +07:00
close #1490 GitOrigin-RevId: c0a7225913b73100dc479a0a3d96026f2a4dd465
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
|