blob: 569ed878338d5efab27ea067b8aece97952168f7 [file] [log] [blame]
def g(x) -> object:
return x
def f(x):
y = g(x.keys())
return y.startswith('foo')