that's not a keyword

This commit is contained in:
Josh Wolfe 2018-10-22 20:44:59 -04:00
parent 65b7d85524
commit 6fe7dd93cb

View File

@ -7800,7 +7800,7 @@ CancelExpression = "cancel" Expression;
ResumeExpression = "resume" Expression;
Defer(body) = ("defer" | "deferror") body
Defer(body) = ("defer" | "errdefer") body
IfExpression(body) = "if" "(" Expression ")" body option("else" BlockExpression(body))