Sign in
android
/
platform
/
tools
/
idea
/
c810bbf46e7246636afe1d18947a460cedc5d24d
/
.
/
python
/
testData
/
inspections
/
PyUnresolvedReferencesInspection
/
comprehensionInParameterValue.py
blob: 400b5503f6b51e9bce3e83e53f96adcd9eecac65 [
file
] [
log
] [
blame
]
def
f
(
x
=[
i
for
i
in
[
1
,
2
,
3
]]):
# i is resolved in file scope to i
return
x