Files
openide/python/testData/resolve/LambdaDefaultParameter.py

3 lines
59 B
Python

{(lambda ii=ii: ii) for ii in range(5)}
# <ref>