fn call(return_error: bool) -> Result<(),()> {
if
@0⦊
return_error
⦉@0
{
@1,3⦊
Err(())
⦉@1,3
} else {
@2⦊
Ok(())
⦉@2
}
}
@4⦊
‸
⦉@4