blob: 5421c226b7b8e7386b4b31a4a8d161c92468ad63 [file] [log] [blame]
"""Test for a = *b"""
FIRST = *[1, 2] # [star-needs-assignment-target]
*THIRD, FOURTH = [1, 2, 3,]