SIGN IN SIGN UP

Avoid warning about unreachable things multiple times with `--check-unreachable` (#21839)

Refs https://github.com/python/mypy/issues/21835

On master, this is the case:
```py
if False:
    if False:  # E: Statement is unreachable
        "not flagged!"  # E: Statement is unreachable
```
A
A5rocks committed
7bafa9de9d3fcc3d9d603bea4d200b7ef7bcfac6
Parent: 2d86383
Committed by GitHub <noreply@github.com> on 8/14/2026, 3:14:12 PM