We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9e8d5c5 + 225e03a commit 2191757Copy full SHA for 2191757
compiler/src/dotty/tools/dotc/core/TypeApplications.scala
@@ -53,7 +53,7 @@ object TypeApplications {
53
|| {
54
val paramRefs = tparams.map(_.paramRef)
55
tp.typeParams.corresponds(tparams) { (param1, param2) =>
56
- param2.paramInfo <:< param1.paramInfo.substParams(tp, paramRefs)
+ param2.paramInfo frozen_<:< param1.paramInfo.substParams(tp, paramRefs)
57
}
58
59
0 commit comments