mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
These are mostly extractor tests, which now live in `2/extractor-tests`, and a single library tests that was added to the existing directory.
7 lines
42 B
Python
7 lines
42 B
Python
a = {}
|
|
a[...] = 1
|
|
b = a[
|
|
...]
|
|
|
|
print(b)
|