Skip to content

Files

Latest commit

 

History

History
7 lines (4 loc) · 168 Bytes

too-many-star-expressions.md

File metadata and controls

7 lines (4 loc) · 168 Bytes

Pattern: Too many star expressions

Issue: -

Description

Emitted when there are more than one starred expressions (*x) in an assignment. This is a syntax error.