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

Fix #3775: Fix RefChecks#upwardsThisType #3776

Merged
merged 1 commit into from
Jan 18, 2018

Conversation

smarter
Copy link
Member

@smarter smarter commented Jan 8, 2018

A non-applied class TypeRef is not a valid prefix for a TypeRef of a
class type parameter, it causes an assertion error in NamedType#argDenot
because args.nonEmpty ends up false.

A non-applied class TypeRef is not a valid prefix for a TypeRef of a
class type parameter, it causes an assertion error in NamedType#argDenot
because args.nonEmpty ends up false.
@smarter smarter force-pushed the fix-upwardsThisType branch from 04ece0c to d733e70 Compare January 8, 2018 17:28
@smarter smarter requested a review from odersky January 8, 2018 17:41
@allanrenucci allanrenucci merged commit 79281da into scala:master Jan 18, 2018
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.

3 participants