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
Anywhere where we require commas to separate items in some kind of list, we should accept (but not require) a trailing comma after the last element in the list.
List literals
Tuple literals
Destructuring left-hand-side patterns
Enum members
List of variables in a let statement
Function and method definition formal argument lists
Function and method call actual argument lists
The text was updated successfully, but these errors were encountered:
Anywhere where we require commas to separate items in some kind of list, we should accept (but not require) a trailing comma after the last element in the list.
The text was updated successfully, but these errors were encountered: