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
{{ message }}
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
The grammars for the various collection initialization expressions should indicate that if there are elements in the list, then a trailing comma is permitted. That is
Map{"a"=>"A",}
Vector{"a",}
Pair{1, 2,}
are all legal. The grammars in the specification imply that trailing commas are not permitted.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The grammars for the various collection initialization expressions should indicate that if there are elements in the list, then a trailing comma is permitted. That is
are all legal. The grammars in the specification imply that trailing commas are not permitted.
The text was updated successfully, but these errors were encountered: