ruff
5853eb28 - [red-knot] allow assignment expression in call compare narrowing (#17461)

Commit
154 days ago
[red-knot] allow assignment expression in call compare narrowing (#17461) ## Summary There was some narrowing constraints not covered from the previous PR ```py def _(x: object): if (type(y := x)) is bool: reveal_type(y) # revealed: bool ``` Also, refactored a bit ## Test Plan Update type_api.md
Author
Parents
Loading