This commit is contained in:
2026-04-17 00:09:00 -04:00
parent 83edad0cd8
commit e5ae506a84
11 changed files with 161 additions and 52 deletions
+6
View File
@@ -40,3 +40,9 @@ impl FmtNode for Func {
Ok(())
}
}
impl Id<Func> {
pub fn ends_with_block(&self, nodes: &Nodes) -> bool {
nodes[self].body.ends_with_block(nodes)
}
}