Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
classInClassBody.py
blob: 4429bc65b2cb0347e06be7ce0d035f87633c163f [
file
] [
log
] [
blame
]
class
C
:
print
(<
error descr
=
"Unresolved reference 'C'"
>
C
</
error
>)
#fail
def
f
(
self
):
print
(
C
)
#pass