mirror of
https://github.com/github/codeql.git
synced 2026-02-22 18:03:39 +01:00
These get to live next to the existing library and query tests, and are run as part of both the Python 2 and Python 3 language tests.
4 lines
40 B
Python
4 lines
40 B
Python
match l:
|
|
case [a, *_]:
|
|
pass
|