blob: 6680c07a92828370a66306b3b5664b2ea3566451 [file] [log] [blame]
Tor Norbye3a2425a2013-11-04 10:16:08 -08001class A:
2 def __init__(self):
3 self.x = 1
4
5 def foo(self):
6 a = self.<caret><warning descr="Unresolved attribute reference 'y' for class 'A'">y</warning>