fn __parse_switch_case<'input>(
__input: &'input str,
__state: &mut ParseState<'input>,
__err_state: &mut ErrorState,
__pos: usize,
) -> RuleResult<(Constant, JumpArg)>
fn __parse_switch_case<'input>(
__input: &'input str,
__state: &mut ParseState<'input>,
__err_state: &mut ErrorState,
__pos: usize,
) -> RuleResult<(Constant, JumpArg)>