You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
infers def [T1, T2] (a: T1'3, b: T2'4) -> Union[T1'3, T2'4] to be def (a: builtins.int*, b: builtins.int*) -> builtins.int* using Literal[1] (from invalid = 1 if ...) as context. I will look into it, but it might be quite complex.
https://mypy-play.net/?mypy=latest&python=3.10&gist=791645f9a348afc114cf3769ed85c30a
The text was updated successfully, but these errors were encountered: