Skip to content

Commit 12edffb

Browse files
ntreldlang-bot
authored andcommitted
[spec] TemplateMixin assignment grammar
For dlang/dmd#16387.
1 parent 4398cc0 commit 12edffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/template-mixin.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ $(GNAME TemplateMixinDeclaration):
1414

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

1819
$(GNAME MixinTemplateName):
1920
$(D .) $(GLINK MixinQualifiedIdentifier)

0 commit comments

Comments
 (0)