blob: d3d1bd206a427729fd49af548ac35af08280dd50 [file] [log] [blame]
def f(x):
"""
:rtype : object
"""
pass
def g(x):
y = x
f(x) # (1)
f(y) # (2)