[java] Test annotations with RecordComponents

This commit is contained in:
Andreas Dangel
2020-02-28 17:59:39 +01:00
parent 68ba8a967d
commit fa28aa7e23
4 changed files with 17 additions and 7 deletions

View File

@ -1147,7 +1147,7 @@ void RecordComponent():
{
(Annotation())*
Type()
[ (Annotation())* "..." {jjtThis.setVarargs();} ]
[ "..." {jjtThis.setVarargs();} ]
VariableDeclaratorId()
}