Sign in
android
/
platform
/
tools
/
idea
/
c7287d14ff9afb2ae3cc26fa670a0da3aaf16965
/
.
/
python
/
testData
/
refactoring
/
pullup
/
moveClassAttributesSimple.py
blob: fbfef9f7ea13d55ae875f5d5b02ea56f6714ac2e [
file
] [
log
] [
blame
]
class
Parent
:
pass
class
Child
(
Parent
):
CLASS_VAR
=
42