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