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 dd10877 + 91e973c commit 2d50b3bCopy full SHA for 2d50b3b
compiler/src/dotty/tools/dotc/typer/Implicits.scala
@@ -597,7 +597,7 @@ trait ImplicitRunInfo:
597
private def isAnchor(sym: Symbol) =
598
sym.isClass && !isExcluded(sym)
599
|| sym.isOpaqueAlias
600
- || sym.is(Deferred)
+ || sym.is(Deferred, butNot = Param)
601
|| sym.info.isInstanceOf[MatchAlias]
602
603
private def computeIScope(rootTp: Type): OfTypeImplicits =
0 commit comments