Fix the rule for valueArguments

This commit is contained in:
Sergey Igushkin
2018-02-18 00:20:26 +03:00
parent 4b5b9b40e7
commit 41044cd277
+1 -1
View File
@@ -241,7 +241,7 @@ typeArguments
;
valueArguments
: "(" (SimpleName "=")? "*"? expression{","} ")"
: "(" ((SimpleName "=")? "*"? expression){","} ")"
;
jump