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 eb160eb commit 4356333Copy full SHA for 4356333
compiler/src/dotty/tools/dotc/typer/Typer.scala
@@ -4367,7 +4367,7 @@ class Typer(@constructorOnly nestingLevel: Int = 0) extends Namer
4367
tp.derivedFunProto(resultType = tp.resultType(using newCtx)).withContext(newCtx)
4368
)
4369
case tp => mapOver(tp)
4370
- val pt1 = substCtxMap(pt).deepenProtoTrans(using newCtx)
+ val pt1 = substCtxMap(pt.deepenProtoTrans(using newCtx))
4371
try {
4372
isFullyDefined(pt1, ForceDegree.none, ifProto = true)(using newCtx)
4373
} catch {
0 commit comments