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 fb73606 commit aebb209Copy full SHA for aebb209
compiler/test/dotty/tools/dotc/core/tasty/CommentPicklingTest.scala
@@ -5,7 +5,7 @@ import dotty.tools.dotc.ast.tpd.TreeOps
5
import dotty.tools.dotc.{Driver, Main}
6
import dotty.tools.dotc.core.Comments.CommentsContext
7
import dotty.tools.dotc.core.Contexts.Context
8
-import dotty.tools.dotc.core.Decorators.PreNamedString
+import dotty.tools.dotc.core.Decorators.{toTermName, toTypeName}
9
import dotty.tools.dotc.core.Mode
10
import dotty.tools.dotc.core.Names.Name
11
import dotty.tools.dotc.interfaces.Diagnostic.ERROR
0 commit comments