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 69e1338 commit 322f874Copy full SHA for 322f874
compiler/src/dotty/tools/dotc/typer/ImportSuggestions.scala
@@ -195,7 +195,7 @@ trait ImportSuggestions:
195
&& {
196
val task = new TimerTask:
197
def run() =
198
- println(i"Cancelling test of $ref when making suggestions for error in ${ctx.source}")
+ implicits.println(i"Cancelling test of $ref when making suggestions for error in ${ctx.source}")
199
ctx.run.nn.isCancelled = true
200
val span = ctx.owner.srcPos.span
201
val (expectedType, argument, kind) = pt match
0 commit comments