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.
1 parent 0da2614 commit fd3edbdCopy full SHA for fd3edbd
compiler/src/dotty/tools/dotc/typer/Implicits.scala
@@ -560,7 +560,7 @@ trait ImplicitRunInfo { self: Run =>
560
561
val comps = new TermRefSet
562
def addCompanion(pre: Type, companion: Symbol) =
563
- if (companion.exists && !companion.isAbsent) comps += TermRef(pre, companion)
+ if (companion.exists && !companion.isAbsent()) comps += TermRef(pre, companion)
564
565
def addPath(pre: Type): Unit = pre.dealias match {
566
case pre: ThisType if pre.cls.is(Module) && pre.cls.isStaticOwner =>
0 commit comments