Handle nested code-blocks correctly in lowering passes. This fixes issues with...
Handle nested code-blocks correctly in lowering passes. This fixes issues with the early-return and continue passes which were generating incorrect code when interleaved with "with" and "try" statements. PiperOrigin-RevId: 232675424
Loading
Please sign in to comment