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