final ParserImpl p15 = parserImpl("/**/char");
checkCommentError(_CharType(), p15.charType(), "'char'", p15);
final ParserImpl p16 = parserImpl("/**/byte");
checkCommentError(_ByteType(), p16.byteType(), "'byte'", p16);
final ParserImpl p17 = parserImpl("/**/boolean");
checkCommentError(_BooleanType(), p17.booleanType(), "'boolean'", p17);
final ParserImpl p18 = parserImpl("/**/final");