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 39b4ec2 commit 66b0d9aCopy full SHA for 66b0d9a
compiler/src/dotty/tools/dotc/typer/Implicits.scala
@@ -922,7 +922,7 @@ trait Implicits { self: Typer =>
922
if (isNot)
923
recur(
924
SearchSuccess(ref(defn.Not_value), defn.Not_value.termRef, 0)(
925
- ctx.typerState.fresh().setCommittable(true))
+ ctx.typerState.fresh().setCommittable(true)),
926
remaining)
927
else if (fail.isAmbiguous)
928
if (ctx.scala2Mode) {
0 commit comments