+ simplified

This commit is contained in:
snap252
2017-05-30 12:31:03 +02:00
parent d314a2c301
commit 0660c7298a

View File

@ -1599,9 +1599,7 @@ void TypeArgument():
void WildcardBounds():
{}
{
"extends" (Annotation() {checkForBadTypeAnnotations();})* ReferenceType()
|
"super" (Annotation() {checkForBadTypeAnnotations();})* ReferenceType()
("extends" | "super") (Annotation() {checkForBadTypeAnnotations();})* ReferenceType()
}
void PrimitiveType() :