Merge branch 'master' into 7.0.x

This commit is contained in:
Clément Fournier
2020-03-02 20:46:59 +01:00
3 changed files with 8 additions and 5 deletions

View File

@ -935,7 +935,6 @@ void RecordConstructorDeclaration():
modifiers = Modifiers() { jjtThis.setModifiers(modifiers); }
[TypeParameters()]
<IDENTIFIER> { jjtThis.setImage(token.image); }
[ "throws" NameList() ]
"{" ( BlockStatement() )* "}"
}