Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
python
/
testData
/
intentions
/
afterConvertLambdaToFunction.py
blob: 3358e8925ede27a078689d32c7e71f6659b706e2 [
file
] [
log
] [
blame
]
def
newlist
(
x
,
y
):
return
(
x
+
y
)
/
y
x
=
1