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