Adding the fix for #1440
This commit is contained in:
@ -1854,7 +1854,7 @@ void ConstructorDeclaration(int modifiers) :
|
|||||||
Token t;}
|
Token t;}
|
||||||
{
|
{
|
||||||
[ TypeParameters() ]
|
[ TypeParameters() ]
|
||||||
<IDENTIFIER> FormalParameters() [ "throws" NameList() ]
|
t=<IDENTIFIER> {jjtThis.setImage(t.image);} FormalParameters() [ "throws" NameList() ]
|
||||||
"{"
|
"{"
|
||||||
[ LOOKAHEAD(ExplicitConstructorInvocation()) ExplicitConstructorInvocation() ]
|
[ LOOKAHEAD(ExplicitConstructorInvocation()) ExplicitConstructorInvocation() ]
|
||||||
( BlockStatement() )*
|
( BlockStatement() )*
|
||||||
|
Reference in New Issue
Block a user