Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
resolve
/
NoResolveIntoGenerator.py
blob: 35c72e464b5f2f4768f1dc83b343042c4a31052e [
file
] [
log
] [
blame
]
def
function
():
foo
=
1
gen_expr
=
(
foo
for
foo
in
xrange
(
10
))
print
foo
# <ref>