Fix const arguments grammar

This commit is contained in:
Aleksey Kladov 2020-07-31 18:46:07 +02:00
parent 040b4c800d
commit ddf08daddf
4 changed files with 264 additions and 264 deletions

View file

@ -26,7 +26,7 @@ LifetimeArg =
'lifetime'
ConstArg =
Literal | BlockExpr BlockExpr
Expr
SourceFile =
'shebang'?