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 0776643 commit 76d2862Copy full SHA for 76d2862
compiler/src/dotty/tools/dotc/typer/Typer.scala
@@ -4055,11 +4055,6 @@ class Typer(@constructorOnly nestingLevel: Int = 0) extends Namer
4055
case _: SingletonType | _: FunOrPolyProto => false
4056
case _ => true
4057
var resMatch: Boolean = false
4058
- // println(i"adaptNoArgs: tree = ${tree}")
4059
- // println(i"adaptNoArgs: ctx.mode = ${ctx.mode}")
4060
- // println(i"adaptNoArgs: ptNorm = ${ptNorm}")
4061
- // println(i"functionExpected = ${functionExpected}")
4062
- // println(i"needsEta = ${needsEta}")
4063
wtp match {
4064
case wtp: ExprType =>
4065
readaptSimplified(tree.withType(wtp.resultType))
0 commit comments