Skip to content

Commit

Permalink
[spec] TemplateMixin assignment grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrel authored and dlang-bot committed Aug 28, 2024
1 parent 4398cc0 commit 12edffb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/template-mixin.dd
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ $(GNAME TemplateMixinDeclaration):

$(GNAME TemplateMixin):
$(D mixin) $(GLINK MixinTemplateName) $(GLINK2 template, TemplateArguments)$(OPT) $(GLINK_LEX Identifier)$(OPT) $(D ;)
$(D mixin) $(GLINK_LEX Identifier) `=` $(GLINK MixinTemplateName) $(GLINK2 template, TemplateArguments)$(OPT) $(D ;)

$(GNAME MixinTemplateName):
$(D .) $(GLINK MixinQualifiedIdentifier)
Expand Down

0 comments on commit 12edffb

Please sign in to comment.