Files
Mikhail Golubev 532e18e4d9 Add "Py" prefix to AddImportQuickFixTest and several other quick fix tests
otherwise it's easy to overlook it especially considering that there is
also (confusingly) PyAddImportTest
2017-03-21 18:10:12 +03:00

2 lines
95 B
Python

from module import foo
print(foo, <error descr="Unresolved reference 'bar'">b<caret>ar</error>)