@ -1,4 +1,9 @@
|
||||
/**
|
||||
* Allow local classes to carry more than one annotation.
|
||||
* Bug #208
|
||||
*
|
||||
* Juan Martin Sotuyo Dodero 01/2017
|
||||
*====================================================================
|
||||
* Change lookahead for AnnotationMethodDeclaration in AnnotationTypeMemberDeclaration.
|
||||
* Bug #206
|
||||
*
|
||||
@ -1980,7 +1985,7 @@ void BlockStatement():
|
||||
ClassOrInterfaceDeclaration, but that seems like a hack that
|
||||
could break other things...
|
||||
*/
|
||||
LOOKAHEAD( [Annotation()] ["final"|"abstract"] "class") [Annotation()] ClassOrInterfaceDeclaration(0)
|
||||
LOOKAHEAD( (Annotation())* ["final"|"abstract"] "class") (Annotation())* ClassOrInterfaceDeclaration(0)
|
||||
}
|
||||
|
||||
void LocalVariableDeclaration() :
|
||||
|
Reference in New Issue
Block a user