blob: 452f9a7286d94572df160ea22ca19f47439de728 [file] [log] [blame]
"""Test for *a = b """
*FIRST = [1, 2, 3] # [invalid-star-assignment-target]
(*FIRST, ) = [1, 2, 3]