Files
openide/python/testData/inspections/AddClassFixPython3.py
andrey.matveev 331e8c02c7 PY-42389 Delete annoying object inheritance
(cherry picked from commit 6db21da1efd2fdaba1e3dbc217bb619453a50cbc)

IJ-MR-4788

GitOrigin-RevId: 7887f0ee01bc5d0e61e5279f8f5c20bb74696b9c
2021-01-14 03:44:13 +00:00

4 lines
122 B
Python

class XyzzyTest:
def testSimple(self):
c = <caret><error descr="Unresolved reference 'Xyzzy'">Xyzzy</error>()