-
Enhancement
-
Resolution: Fixed
-
P4
-
17
-
b24
-
generic
-
generic
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.