blob: 93cab467b23fb948675884658e208dad246affdc [file] [log] [blame] [edit]
foo(
a,
b,
)
foo(
a,
b,
)
foo(a)
foo(
a,
bar(
a,
b,
),
)
def foo():
foo(a, b)
def foo():
foo(
a,
b,
)