blob: ee370714b131373422d4425630f94457bdf39c43 [file] [log] [blame]
def foo(bar=True):
pass
foo(bar=False)
# <ref>