Files
openide/python/testData/refactoring/pullup/moveClassAttributesSimple.after.py

6 lines
64 B
Python

class Parent:
CLASS_VAR = 42
class Child(Parent):
pass