Skip to content

Commit b7be319

Browse files
authored
Merge pull request #1 from RReverser/patch-1
Reuse arguments in methodCall
2 parents b72ca6e + f291f04 commit b7be319

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/parser/JavaParser.g4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ expressionList
460460
;
461461

462462
methodCall
463-
: IDENTIFIER '(' expressionList? ')'
463+
: IDENTIFIER arguments
464464
;
465465

466466
expression
@@ -610,4 +610,4 @@ explicitGenericInvocationSuffix
610610

611611
arguments
612612
: '(' expressionList? ')'
613-
;
613+
;

0 commit comments

Comments
 (0)