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
We already have basic support for control flow analysis and type narrowing in match statements, but our support is not complete. The list below shows some examples of things that are not working yet, but is probably not exhaustive:
Type inference for names that are bound in patterns:
We already have basic support for control flow analysis and type narrowing in
matchstatements, but our support is not complete. The list below shows some examples of things that are not working yet, but is probably not exhaustive:Type inference for names that are bound in patterns:
Support for
__match_args__Matching on builtin classes