Closed
Description
I'm still experimenting with #638, I have made some progress, but seem to have stumbled across a mypy bug with my test case. The type checker fails because the type Overloaded
is not handled by the TypeJoinVisitor. How should the Overloaded type be joined with other types?