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
4 lines
133 B
Python
4 lines
133 B
Python
class B:
|
|
def foo(self):
|
|
return self.<caret><warning descr="Unresolved attribute reference 'x' for class 'B'">x</warning>
|