mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-16 22:51:17 +07:00
otherwise it's easy to overlook it especially considering that there is also (confusingly) PyAddImportTest
9 lines
276 B
Python
9 lines
276 B
Python
__author__ = 'ktisha'
|
|
|
|
class A(object):
|
|
|
|
def method(self):
|
|
var = A.<warning descr="Unresolved attribute reference 'FIELD' for class 'A'"><caret>FIELD</warning>
|
|
var = self.<warning descr="Unresolved attribute reference 'test' for class 'A'">test</warning>
|
|
|