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