Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
codeInsight
/
controlflow
/
lambda.py
blob: 8ce1b757f7e08b40cbdf2e9c4b0d517acb81b1cf [
file
] [
log
] [
blame
]
{(
lambda
i
=
i
:
i
)
for
i
in
range
(
4
)}