Skip to content

Commit 9d88c80

Browse files
committed
Drop redundant butNot = Param clause in isAnchor
1 parent aaacc43 commit 9d88c80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/typer/Implicits.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ trait ImplicitRunInfo:
621621
private def isAnchor(sym: Symbol) =
622622
sym.isClass && !isExcluded(sym)
623623
|| sym.isOpaqueAlias
624-
|| sym.is(Deferred, butNot = Param)
624+
|| sym.is(Deferred)
625625
|| sym.info.isMatchAlias
626626

627627
private def computeIScope(rootTp: Type): OfTypeImplicits =

0 commit comments

Comments
 (0)