Details
-
Enhancement
-
Status: Resolved
-
P4
-
Resolution: Fixed
-
17
-
b24
-
generic
-
generic
Description
The implementation of the method JavacParser#peekToken(int lookahead, Predicate<TokenKind>... kinds) succeeds only when the first parameter `lookahead` is zero.
If the `lookahead` is not zero, it is wrong and returns unexpected result.
If the `lookahead` is not zero, it is wrong and returns unexpected result.