You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split assign into an assign that only accepts one or multiple Identifier LHSs, and one that only accepts a single field assignment where the LHS has a target: StmtExpr and a member: Identifier.
Split assign into an assign that only accepts one or multiple Identifier LHSs, and one that only accepts a single field assignment where the LHS has a
target: StmtExprand amember: Identifier.