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