Function __action400

Source
fn __action400<'i, L>(
    ctx: &ParseContext,
    (_, l, _): (LexerPosition, LexerPosition, LexerPosition),
    (_, s, _): (LexerPosition, ExprStatement, LexerPosition),
    (_, r, _): (LexerPosition, LexerPosition, LexerPosition),
) -> Statement
where L: HasLexerError,