Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix scala#3775: Fix RefChecks#upwardsThisType
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.
- Loading branch information