[notes] Test for https://github.com/antlr/antlr4/issues/4128 [type] Parser [grammar] grammar u; u : 'u' {}; [start] u [input] u [output] """u """