Files
openide/python/testData/inspections/addClassToModuleInFromImport/addClassToModuleInFromImport.py
Andrey Matveev 19b0affab5 PY-33802 Support create a class quick fix for capitalized undefined references
GitOrigin-RevId: 975454ad1a7013a19f04be6121a500e80fb71075
2020-12-17 12:46:21 +00:00

5 lines
108 B
Python

from mod import <error descr="Cannot find reference 'Clzz' in 'mod.py'"><caret>Clzz</error>
clzz = Clzz()