work
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user