pub fn statement_sequence(
unit: &IrNode,
tokens: &[Token],
) -> Vec<StatementSummary>Expand description
Flatten a unit subtree into its statement summaries, in pre-order: each block contributes its direct statements before its nested blocks do.