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 f7b074c commit 2cf303bCopy full SHA for 2cf303b
scala3doc/src/dotty/dokka/tasty/TypesSupport.scala
@@ -157,7 +157,7 @@ trait TypesSupport:
157
}
158
159
case t @ AppliedType(tpe, typeList) =>
160
- import util.Chars._
+ import dotty.tools.dotc.util.Chars._
161
if !t.typeSymbol.name.forall(isIdentifierPart) && typeList.size == 2 then
162
inner(typeList.head)
163
++ texts(" ")
0 commit comments