mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-20 05:21:29 +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>) |