Skip to content

Commit 66b0d9a

Browse files
committed
Fix typo
1 parent 39b4ec2 commit 66b0d9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -922,7 +922,7 @@ trait Implicits { self: Typer =>
922922
if (isNot)
923923
recur(
924924
SearchSuccess(ref(defn.Not_value), defn.Not_value.termRef, 0)(
925-
ctx.typerState.fresh().setCommittable(true))
925+
ctx.typerState.fresh().setCommittable(true)),
926926
remaining)
927927
else if (fail.isAmbiguous)
928928
if (ctx.scala2Mode) {

0 commit comments

Comments
 (0)