Skip to content
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

Open-generic implementation may be wrongly considered for service with more type args #190

Closed
dadhi opened this issue Oct 29, 2019 · 1 comment
Assignees
Labels
bug Something isn't working
Milestone

Comments

@dadhi
Copy link
Owner

dadhi commented Oct 29, 2019

class A<X> : I<X, B> {}
interface I<X, Y> {}

In the example above A<> is considered for any I<,> but should be only for I<,B>

@dadhi dadhi added the bug Something isn't working label Oct 29, 2019
@dadhi dadhi added this to the v4.1.0 milestone Oct 29, 2019
@dadhi dadhi self-assigned this Oct 29, 2019
@dadhi
Copy link
Owner Author

dadhi commented Oct 29, 2019

fixed

@dadhi dadhi closed this as completed Oct 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant