blob: 41302aae7fe88d4b6c04d73ca950bfa16050420c [file] [log] [blame]
def f20(a, (b, c)):
pass
f20(1, [2, 3]) # ok
f20(1, (2, 3, <warning descr="Unexpected argument">4</warning>)) # fail: 4 is unexpected