mirror of
https://github.com/github/codeql.git
synced 2026-07-29 23:00:09 +02:00
5 lines
149 B
Python
5 lines
149 B
Python
# Starred-target edge cases — wired in the new CFG.
|
|
|
|
# Starred target in a Tuple LHS.
|
|
*head, tail = [1, 2, 3] # $ cfgdefines=head cfgdefines=tail
|