blob: 4bc4b1c2bfd9bc096598f3fd5185bf003f6b3bde [file] [log] [blame]
def foo3(x, y):
assert isinstance(y, object)
i = x + y
return i