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 d9837f0 commit fbe15eeCopy full SHA for fbe15ee
compiler/src/dotty/tools/dotc/interactive/Completion.scala
@@ -502,7 +502,7 @@ object Completion {
502
val targets = convertedTrees.map(_.tpe.finalResultType)
503
504
interactiv.println(i"implicit conversion targets considered: ${targets.toList}%, %")
505
- targets
+ targets
506
}
507
508
/** Filter for names that should appear when looking for completions. */
0 commit comments