mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-06 17:56:55 +07:00
otherwise it's easy to overlook it especially considering that there is also (confusingly) PyAddImportTest
2 lines
95 B
Python
2 lines
95 B
Python
from module import foo
|
|
print(foo, <error descr="Unresolved reference 'bar'">b<caret>ar</error>) |