pub fn compute_statement_semantic(
ctx: &mut ComputationContext<'_>,
syntax: Statement,
) -> Maybe<StatementId>
Expand description
Computes the semantic model of a statement (excluding tail-expression).
pub fn compute_statement_semantic(
ctx: &mut ComputationContext<'_>,
syntax: Statement,
) -> Maybe<StatementId>
Computes the semantic model of a statement (excluding tail-expression).