Skip to content

Commit 23cc07f

Browse files
committed
fix
1 parent d03d8bd commit 23cc07f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4269,7 +4269,7 @@ class Typer(@constructorOnly nestingLevel: Int = 0) extends Namer
42694269
def qualifying = (ownedVars -- locked).toList
42704270
val resultAlreadyConstrained = pt1.isInstanceOf[MethodOrPoly]
42714271
if !formal.isGround
4272-
&& formal.simplified `ne` formal
4272+
&& (formal.simplified `ne` formal)
42734273
&& (pt1 `ne` pt)
42744274
&& (pt1 ne sharpenedPt)
42754275
&& (ownedVars ne locked)

0 commit comments

Comments
 (0)