Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 170 Bytes

invalid-star-assignment-target.md

File metadata and controls

7 lines (4 loc) · 170 Bytes

Pattern: Invalid star assignment target

Issue: -

Description

Emitted when a starred expression (*x) is used as the lhs side of an assignment, as in *x = [1, 2].