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 89f9091 commit 05bfe78Copy full SHA for 05bfe78
src/dotty/tools/dotc/typer/Inferencing.scala
@@ -81,7 +81,7 @@ object Inferencing {
81
force.appliesTo(tvar) && {
82
val direction = instDirection(tvar.origin)
83
if (direction != 0) {
84
- if (direction > 0) println(s"inst $tvar dir = up")
+ //if (direction > 0) println(s"inst $tvar dir = up")
85
instantiate(tvar, direction < 0)
86
}
87
else {
0 commit comments