blob: 795d0d466b2254d8d50675c13a461bb4a57f0486 [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,
)