Files
openide/python/testData/inspections/importFromModuleStar/source.py
T

5 lines
96 B
Python

from target import *
<error descr="Unresolved reference 'xyzzy'">x<caret>yzzy</error>
shazam()