Function generate_return_statement

Source
pub fn generate_return_statement<T>(this: &mut T, node: &Node)
where T: ControlFlowCore,