blob: 2b59fe32ffc6223a7355dbe69c16f7bf2b653a41 [file] [log] [blame]
def f1(a=1, b=2):
pass
f1(2, b=3)