Skip to content

Commit a1ee043

Browse files
dkorpelGeod24
authored andcommitted
Fix 23359 - Rename InOut to ParameterStorageClass
1 parent 053ef96 commit a1ee043

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/function.dd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,12 +45,12 @@ $(GNAME Parameter):
4545
$(GLINK ParameterAttributes)$(OPT) $(GLINK2 type, Type) $(D =) $(ASSIGNEXPRESSION)
4646

4747
$(GNAME ParameterAttributes):
48-
$(GLINK InOut)
48+
$(GLINK ParameterStorageClass)
4949
$(GLINK2 attribute, UserDefinedAttribute)
50-
$(GSELF ParameterAttributes) $(GLINK InOut)
50+
$(GSELF ParameterAttributes) $(GLINK ParameterStorageClass)
5151
$(GSELF ParameterAttributes) $(GLINK2 attribute, UserDefinedAttribute)
5252

53-
$(GNAME InOut):
53+
$(GNAME ParameterStorageClass):
5454
$(D auto)
5555
$(GLINK2 type, TypeCtor)
5656
$(D final)

0 commit comments

Comments
 (0)