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