fix generated AST

This commit is contained in:
Aleksey Kladov 2019-09-02 19:42:14 +03:00
parent 470fc4765c
commit dcf8e89503
3 changed files with 4 additions and 3 deletions

View file

@ -275,7 +275,7 @@ Grammar(
"AttrsOwner",
"DocCommentsOwner"
],
options: [ "ParamList", ["body", "Block"], "RetType" ],
options: [ "ParamList", ["body", "BlockExpr"], "RetType" ],
),
"RetType": (options: ["TypeRef"]),
"StructDef": (