blob: 918846d6065aa11f8f4c3144299d387fa735ac22 [file] [log] [blame]
def foo(arg):
print arg
vals = 'a', 'b'
foo(v<caret>als)