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 30ec21e commit b2e3e0fCopy full SHA for b2e3e0f
compiler/src/dotty/tools/dotc/typer/Implicits.scala
@@ -968,7 +968,7 @@ trait Implicits { self: Typer =>
968
if (!checkFormal(formal)) EmptyTree
969
else
970
formal.member(tpnme.MirroredType).info match {
971
- case TypeBounds(mirroredType, _) if checkFormal(formal) => mirrorFor(mirroredType)
+ case TypeBounds(mirroredType, _) => mirrorFor(mirroredType)
972
case other => EmptyTree
973
}
974
0 commit comments