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