Files
openide/python/testData/intentions/beforeConvertLambdaToFunction.py
T

2 lines
43 B
Python

newlist = lambda x<caret>, y: (x+y)/y
x = 1