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 6c164a5 commit 47b6c6bCopy full SHA for 47b6c6b
compiler/src/dotty/tools/dotc/typer/Applications.scala
@@ -1374,7 +1374,7 @@ trait Applications extends Compatibility { self: Typer with Dynamic =>
1374
if (isUniform(ps)(ctx.typeComparer.isSameTypeWhenFrozen(_, _))) ps.head
1375
else WildcardType)
1376
val commonFormal = defn.FunctionOf(commonParamTypes, WildcardType)
1377
- println(i"pretype arg $arg with expected type $commonFormal")
+ overload.println(i"pretype arg $arg with expected type $commonFormal")
1378
pt.typedArg(arg, commonFormal)
1379
}
1380
0 commit comments