Files
codeql/python/ql/test/library-tests/ControlFlow/bindings/starred.py
2026-07-27 16:25:05 +02:00

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