Files
ruff/resources/test/fixtures/C402.py

3 lines
69 B
Python

dict((x, x) for x in range(3))
dict(((x, x) for x in range(3)), z=3)