blob: 70c64419a20702e469e833e3da3aa69cee0d119f [file] [log] [blame]
def foo(bar):
bar.append()
def baz():
foo(['hello', 'world'])