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