Function __action268

Source
fn __action268<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, j, _): (LexerPosition, JumpStatementData, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> JumpStatement
where L: HasLexerError,