Files
openide/python/testData/resolve/UnresolvedImport.py

4 lines
56 B
Python

import NonExistingModule
NonExistingModule.foo()
#<ref>