mirror of
https://github.com/github/codeql.git
synced 2026-01-06 03:00:24 +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)
|