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.
butNot = Param
2 parents e5be3a1 + 1b1dd16 commit eb42a4dCopy full SHA for eb42a4d
compiler/src/dotty/tools/dotc/typer/Implicits.scala
@@ -636,7 +636,7 @@ trait ImplicitRunInfo:
636
private def isAnchor(sym: Symbol) =
637
sym.isClass && !isExcluded(sym)
638
|| sym.isOpaqueAlias
639
- || sym.is(Deferred)
+ || sym.is(Deferred, butNot = Param)
640
|| sym.info.isMatchAlias
641
642
private def computeIScope(rootTp: Type): OfTypeImplicits =
0 commit comments