Sign in
android
/
platform
/
tools
/
idea
/
0f831a730c50607e2ffd95020875af6185e17734
/
.
/
python
/
testData
/
refactoring
/
rename
/
renameInitCall.py
blob: 2cee8fa79bd3c976b66d8ffd8a37c5f249bfcfd9 [
file
] [
log
] [
blame
]
class
C
<
caret
>
C
:
def
__init__
(
self
):
pass
c
=
CC
()