Files
openide/python/testData/inspections/TransformClassicClass.py
alexey.ivanov a1cfd7bc38 test fix
2010-04-07 16:26:36 +04:00

6 lines
123 B
Python

class <warning descr="Old-style class"><caret>A</warning>:
def foo(self):
pass
def bar(self):
pass