pub(crate) fn parse_block(
    parser: &mut Parser<'_>,
    implicit_return: bool
) -> ParseResult<()>