Skip to content

Fix #9045: kinding issue in rawTypeRef #9079

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
May 29, 2020

Conversation

smarter
Copy link
Member

@smarter smarter commented May 29, 2020

Because the interval for the wildcard was upper-bounded by Any, any
usage of rawTypeRef on a type with higher-kinded type parameters was
ill-typed, in particular this caused false warnings in TypeTestCasts.

Because the interval for the wildcard was upper-bounded by Any, any
usage of `rawTypeRef` on a type with higher-kinded type parameters was
ill-typed, in particular this caused false warnings in TypeTestCasts.
Copy link
Contributor

@liufengyun liufengyun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@smarter smarter merged commit 2c116e3 into scala:master May 29, 2020
@smarter smarter deleted the fix-rawTypeRef branch May 29, 2020 19:55
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.

2 participants