Replace the invalid rule name element to expression in the collectionLiteral grammar rule

This commit is contained in:
victor.petukhov
2018-10-16 16:04:05 +03:00
parent c25cdb4264
commit 205bd3f829
+1 -1
View File
@@ -278,5 +278,5 @@ objectLiteral
;
collectionLiteral
: "[" element{","}? "]"
: "[" expression{","}? "]"
;