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