Skip to content

Fix overloading on Type[...] #4037

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 2, 2017

Conversation

ilevkivskyi
Copy link
Member

Fixes #4027

Currently overloads on Type[...] don't accept class objects whose __init__ is itself overloaded. I fix this by simply allowing FunctionLike with .is_type_obj() returning True instead of only Callable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Spurious "No overload variant matches argument types"
2 participants