mirror of
https://github.com/github/codeql.git
synced 2026-01-04 10:10:20 +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.
6 lines
64 B
Python
6 lines
64 B
Python
|
|
{k:v for k,v in enumerate(y)}
|
|
{ 1, 2, 3, 4 }
|
|
{ i for i in y }
|
|
|