Skip to content

Commit

Permalink
Allow postfix const/immutable/shared/inout for delegate type
Browse files Browse the repository at this point in the history
The syntax change is necessary, because it has been allowed from 2.061.
  • Loading branch information
9rnsr committed Dec 23, 2012
1 parent a753850 commit a78aa87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion declaration.dd
Expand Up @@ -96,7 +96,7 @@ $(GNAME BasicType2):
$(B [) $(VEXPRESSION) $(B ])
$(B [) $(VEXPRESSION) .. $(VEXPRESSION) $(B ])
$(B [) $(GLINK Type) $(B ])
$(B delegate) $(GLINK Parameters) $(V2 $(GLINK FunctionAttributes)$(OPT))
$(B delegate) $(GLINK Parameters) $(V2 $(GLINK MemberFunctionAttributes)$(OPT))
$(B function) $(GLINK Parameters) $(V2 $(GLINK FunctionAttributes)$(OPT))

$(GNAME Declarator):
Expand Down

0 comments on commit a78aa87

Please sign in to comment.