pub fn lower_statement(
    ctx: &mut LoweringContext<'_>,
    scope: &mut BlockScope,
    stmt: &Statement
) -> Result<(), StatementLoweringFlowError>
Expand description

Lowers a semantic statement.