mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-04 00:20:55 +07:00
We now add content roots to test fixtures so virtual files located in them end up in our index. The add import quickfix in the test may accidentally find results with non-unique names there.
4 lines
171 B
Python
4 lines
171 B
Python
from AddToImportFromFoo import bar
|
|
|
|
<caret><error descr="Unresolved reference 'add_to_import_test_unique_name'">add_to_import_test_unique_name</error> # must get imported
|