We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b6c39 commit 27f390bCopy full SHA for 27f390b
compiler/src/dotty/tools/dotc/typer/Typer.scala
@@ -2106,10 +2106,8 @@ class Typer extends Namer
2106
def adaptNoArgsImplicitMethod(wtp: MethodType): Tree = {
2107
assert(wtp.isImplicitMethod)
2108
val tvarsToInstantiate = tvarsInParams(tree)
2109
- println(i"adaptNoArgsImpl $tvarsToInstantiate%, %, ${ctx.typerState.constraint}")
2110
wtp.paramInfos.foreach(instantiateSelected(_, tvarsToInstantiate))
2111
val constr = ctx.typerState.constraint
2112
- println(i"new constr = $constr")
2113
2114
def dummyArg(tp: Type) = untpd.Ident(nme.???).withTypeUnchecked(tp)
2115
0 commit comments