Implement C402 (#359)

This commit is contained in:
Harutaka Kawamura
2022-10-08 11:57:04 +09:00
committed by GitHub
parent 473675fffb
commit d9edec0ac9
7 changed files with 66 additions and 1 deletions

1
resources/test/fixtures/C402.py vendored Normal file
View File

@@ -0,0 +1 @@
d = dict((x, x) for x in range(3))