blob: 6680c07a92828370a66306b3b5664b2ea3566451 [file] [log] [blame]
class A:
def __init__(self):
self.x = 1
def foo(self):
a = self.<caret><warning descr="Unresolved attribute reference 'y' for class 'A'">y</warning>