Replace the invalid rule name element to expression in the collectionLiteral grammar rule
This commit is contained in:
@@ -278,5 +278,5 @@ objectLiteral
|
|||||||
;
|
;
|
||||||
|
|
||||||
collectionLiteral
|
collectionLiteral
|
||||||
: "[" element{","}? "]"
|
: "[" expression{","}? "]"
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user