ruff/resources/test/fixtures/C404.py

3 lines
71 B
Python

dict([(i, i) for i in range(3)])
dict([(i, i) for i in range(3)], z=4)