File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2274,12 +2274,15 @@ $(H3 $(LNAME2 function_literals, Function Literals))
2274
2274
2275
2275
$(GRAMMAR
2276
2276
$(GNAME FunctionLiteral):
2277
- $(D function) $(GLINK RefOrAutoRef)$(OPT) $(GLINK2 type, Type )$(OPT) $(GLINK ParameterWithAttributes)$(OPT) $(GLINK FunctionLiteralBody)
2278
- $(D delegate) $(GLINK RefOrAutoRef)$(OPT) $(GLINK2 type, Type )$(OPT) $(GLINK ParameterWithMemberAttributes)$(OPT) $(GLINK FunctionLiteralBody)
2277
+ $(D function) $(GLINK RefOrAutoRef)$(OPT) $(GLINK BasicTypeWithSuffixes )$(OPT) $(GLINK ParameterWithAttributes)$(OPT) $(GLINK FunctionLiteralBody)
2278
+ $(D delegate) $(GLINK RefOrAutoRef)$(OPT) $(GLINK BasicTypeWithSuffixes )$(OPT) $(GLINK ParameterWithMemberAttributes)$(OPT) $(GLINK FunctionLiteralBody)
2279
2279
$(GLINK RefOrAutoRef)$(OPT) $(GLINK ParameterWithMemberAttributes) $(GLINK FunctionLiteralBody)
2280
2280
$(GLINK2 statement, BlockStatement)
2281
2281
$(IDENTIFIER) $(D =>) $(GLINK AssignExpression)
2282
2282
2283
+ $(GNAME BasicTypeWithSuffixes):
2284
+ $(GLINK2 type, BasicType) $(GLINK2 type, TypeSuffixes)$(OPT)
2285
+
2283
2286
$(GNAME ParameterWithAttributes):
2284
2287
$(GLINK2 function, Parameters) $(GLINK2 function, FunctionAttributes)$(OPT)
2285
2288
You can’t perform that action at this time.
0 commit comments