Skip to content

Commit b47cc1f

Browse files
committed
Address review comment
1 parent 550be22 commit b47cc1f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

language-server/src/dotty/tools/languageserver/DottyLanguageServer.scala

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import scala.io.Codec
1919
import dotc._
2020
import ast.{Trees, tpd}
2121
import core._, core.Decorators.{sourcePos => _, _}
22-
import Comments.Comment, Contexts._, Flags._, Names._, NameOps._, Symbols._, SymDenotations._, Trees._, Types._
22+
import Comments._, Contexts._, Flags._, Names._, NameOps._, Symbols._, SymDenotations._, Trees._, Types._
2323
import classpath.ClassPathEntries
2424
import reporting._, reporting.diagnostic.MessageContainer
2525
import util._
@@ -346,7 +346,6 @@ class DottyLanguageServer extends LanguageServer
346346

347347
if (tpw == NoType) new Hover
348348
else {
349-
import dotty.tools.dotc.core.Comments._
350349
val symbol = Interactive.enclosingSourceSymbol(trees, pos)
351350
val docComment = ctx.docCtx.flatMap(_.docstring(symbol))
352351
val markedStrings = docMarkedStrings(docComment, tpw.show.toString)

0 commit comments

Comments
 (0)