Skip to content

Commit 5318cdc

Browse files
CyberShadowdlang-bot
authored andcommitted
spec/function.dd: Add default values for anonymous parameters
1 parent 392e229 commit 5318cdc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/function.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ $(GNAME Parameter):
4242
$(GLINK ParameterAttributes)$(OPT) $(GLINK2 type, BasicType) $(GLINK2 declaration, Declarator) $(D =) $(ASSIGNEXPRESSION)
4343
$(GLINK ParameterAttributes)$(OPT) $(GLINK2 type, Type)
4444
$(GLINK ParameterAttributes)$(OPT) $(GLINK2 type, Type) $(D ...)
45+
$(GLINK ParameterAttributes)$(OPT) $(GLINK2 type, Type) $(D =) $(ASSIGNEXPRESSION)
4546

4647
$(GNAME ParameterAttributes):
4748
$(GLINK InOut)

0 commit comments

Comments
 (0)