We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
butNot = Param
1 parent aaacc43 commit 9d88c80Copy full SHA for 9d88c80
compiler/src/dotty/tools/dotc/typer/Implicits.scala
@@ -621,7 +621,7 @@ trait ImplicitRunInfo:
621
private def isAnchor(sym: Symbol) =
622
sym.isClass && !isExcluded(sym)
623
|| sym.isOpaqueAlias
624
- || sym.is(Deferred, butNot = Param)
+ || sym.is(Deferred)
625
|| sym.info.isMatchAlias
626
627
private def computeIScope(rootTp: Type): OfTypeImplicits =
0 commit comments