File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -901,9 +901,6 @@ $(H3 $(LNAME2 new_expressions, New Expressions))
901
901
$(GRAMMAR
902
902
$(GNAME NewExpression):
903
903
$(D new) $(I AllocatorArguments)$(OPT) $(GLINK2 type, Type)
904
- $(GLINK NewExpressionWithArgs)
905
-
906
- $(GNAME NewExpressionWithArgs):
907
904
$(D new) $(I AllocatorArguments)$(OPT) $(GLINK2 type, Type) $(D [) $(GLINK AssignExpression) $(D ])
908
905
$(D new) $(I AllocatorArguments)$(OPT) $(GLINK2 type, Type) $(D $(LPAREN)) $(GLINK ArgumentList)$(OPT) $(D $(RPAREN))
909
906
$(GLINK2 class, NewAnonClassExpression)
@@ -1372,7 +1369,7 @@ $(GNAME PrimaryExpression):
1372
1369
$(GLINK AssertExpression)
1373
1370
$(GLINK MixinExpression)
1374
1371
$(GLINK ImportExpression)
1375
- $(GLINK NewExpressionWithArgs )
1372
+ $(GLINK NewExpression )
1376
1373
$(GLINK2 declaration, FundamentalType) $(D .) $(IDENTIFIER)
1377
1374
$(GLINK2 declaration, FundamentalType) $(D $(LPAREN)) $(GLINK ArgumentList)$(OPT) $(D $(RPAREN))
1378
1375
$(GLINK2 type, TypeCtor) $(D $(LPAREN)) $(GLINK Type) $(D $(RPAREN)) $(D .) $(IDENTIFIER)
You can’t perform that action at this time.
0 commit comments