blob: f876b7e334f205384f9eaeaee71a6a0f9c71ac66 [file] [log] [blame]
def foo(c, x, y):
if c:
z = x
else:
z = ''
y = z + y # pass
return y