Fix bug in handling of return statements. Relax the restriction that all code...
Fix bug in handling of return statements. Relax the restriction that all code paths have a return value, allowing for None returns when the control flow creating them is not staged. PiperOrigin-RevId: 231331284
Loading
Please sign in to comment