Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
resolve
/
ObjectMethods.py
blob: 42f002e1d41df90edecdc21281c5f65282f6a8cb [
file
] [
log
] [
blame
]
class
A
:
x
=
1
y
=
1
class
B
(
A
):
def
foo
(
self
):
self
.
__repr__
()
# <ref>