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

[generic type] feature: isSubtypeOf is not supported with typeParameters #1160

Closed
surli opened this issue Feb 2, 2017 · 0 comments
Closed
Labels

Comments

@surli
Copy link
Collaborator

surli commented Feb 2, 2017

When writing a code like that:

class O<A extends X> {
	<B extends A> B foo() {
		return null;
	}
}

Testing b.isSubtypeOf(a) will always return false for now.
Test has been added in #1157 but is ignored for now. We should start from there.

@surli surli added the feature label Feb 2, 2017
@surli surli changed the title feature: isSubtypeOf is not supported with typeParameters [generic type] feature: isSubtypeOf is not supported with typeParameters Apr 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant