blob: 87bdd858594b6fec15c5eb39c2767c9a45ce9ea6 [file] [log] [blame]
def f(a, b):
return a, b
f([1, 2, 3]<arg>, 4)