Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow trailing commas in array #2284

Closed
timotheeguerin opened this issue Aug 10, 2023 · 0 comments · Fixed by #4837 · May be fixed by #4373
Closed

Allow trailing commas in array #2284

timotheeguerin opened this issue Aug 10, 2023 · 0 comments · Fixed by #4837 · May be fixed by #4373
Assignees
Milestone

Comments

@timotheeguerin
Copy link
Member

timotheeguerin commented Aug 10, 2023

alias Tasks = [
  "foo",
       ^ currently error out
];

Like for many other things were we support trailing ocmmas for multi line this would be nice

Playground Link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment