Looks like default implementation of `close()` in `ParserBase` is missing this line: _currToken = null; leaving "dangling" current token. Should be changed. (note: found when testing changes for #1433)
Looks like default implementation of
close()inParserBaseis missing this line:leaving "dangling" current token. Should be changed.
(note: found when testing changes for #1433)