blob: 2550b34df4d093ffa963058000fcbcd493ba2b17 [file] [log] [blame]
import m1
x = 1 * m1.C()
print(x.foo)
print(x.<warning descr="Unresolved attribute reference 'bar' for class 'C'">bar</warning>)