compute_expr_block_semantic

Function compute_expr_block_semantic 

Source
pub fn compute_expr_block_semantic<'db>(
    ctx: &mut ComputationContext<'db, '_>,
    syntax: &ExprBlock<'db>,
) -> Maybe<Expr<'db>>
Expand description

Computes the semantic model of an expression of type ast::ExprBlock.