Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
comprehensionScope33.py
blob: f27b7f654400c9f962c8aa758274db1b5efd7967 [
file
] [
log
] [
blame
]
xs
=
[
x
for
x
in
range
(
10
)]
<
error descr
=
"Unresolved reference 'x'"
>
x
</
error
>
#fail