We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ce2554 + 80fb1d5 commit c42090dCopy full SHA for c42090d
spec/function.dd
@@ -99,7 +99,7 @@ $(GNAME FunctionLiteralBody):
99
$(GNAME SpecifiedFunctionBody):
100
$(D do)$(OPT) $(GLINK2 statement, BlockStatement)
101
$(GLINK FunctionContracts)$(OPT) $(GLINK InOutContractExpression) $(D do)$(OPT) $(GLINK2 statement, BlockStatement)
102
- $(GLINK FunctionContracts)$(OPT) $(GLINK InOutStatement) $(D do)$(OPT) $(GLINK2 statement, BlockStatement)
+ $(GLINK FunctionContracts)$(OPT) $(GLINK InOutStatement) $(D do) $(GLINK2 statement, BlockStatement)
103
104
$(GNAME MissingFunctionBody):
105
$(D ;)
0 commit comments