Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
unresolvedUnreachable.py
blob: e47812f45030c52b111b1a238c076a83e710033b [
file
] [
log
] [
blame
]
def
f
():
x
=
1
print
(<
error descr
=
"Unresolved reference 'z'"
>
z
</
error
>)
return
x
print
(
x
)