Skip to content

Commit e4060dc

Browse files
dkorpeldlang-bot
authored andcommitted
update grammar for issue 22227
1 parent f7e5ff3 commit e4060dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/statement.dd

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ $(GNAME IfStatement):
243243
$(GNAME IfCondition):
244244
$(EXPRESSION)
245245
$(D auto) $(GLINK_LEX Identifier) $(D =) $(EXPRESSION)
246+
$(D scope) $(GLINK_LEX Identifier) $(D =) $(EXPRESSION)
246247
$(GLINK2 type, TypeCtors) $(GLINK_LEX Identifier) $(D =) $(EXPRESSION)
247248
$(GLINK2 type, TypeCtors)$(OPT) $(GLINK2 type, BasicType) $(GLINK2 declaration, Declarator) $(D =) $(EXPRESSION)
248249

0 commit comments

Comments
 (0)