Skip to content

Commit 47b6c6b

Browse files
committed
Drop stray println
1 parent 6c164a5 commit 47b6c6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1374,7 +1374,7 @@ trait Applications extends Compatibility { self: Typer with Dynamic =>
13741374
if (isUniform(ps)(ctx.typeComparer.isSameTypeWhenFrozen(_, _))) ps.head
13751375
else WildcardType)
13761376
val commonFormal = defn.FunctionOf(commonParamTypes, WildcardType)
1377-
println(i"pretype arg $arg with expected type $commonFormal")
1377+
overload.println(i"pretype arg $arg with expected type $commonFormal")
13781378
pt.typedArg(arg, commonFormal)
13791379
}
13801380
}

0 commit comments

Comments
 (0)