blob: 859b8faaf332432c329f0345d5c230ca9a401e13 [file] [log] [blame]
def f(x):
"""
:type x: p1.m1.Foo
"""
def test():
f(<warning descr="Expected type 'Foo', got 'int' instead">10</warning>)