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.
1 parent 9e8d5c5 commit 225e03aCopy full SHA for 225e03a
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