mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-13 06:07:04 +07:00
otherwise it's easy to overlook it especially considering that there is also (confusingly) PyAddImportTest
6 lines
116 B
Python
6 lines
116 B
Python
class A:
|
|
pass
|
|
|
|
a = A()
|
|
a.<caret><warning descr="Unresolved attribute reference 'y' for class 'A'">y</warning>()
|