Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
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