Skip to content

Commit 2cf303b

Browse files
committed
Fix util.Chars import in scala3doc
1 parent f7b074c commit 2cf303b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scala3doc/src/dotty/dokka/tasty/TypesSupport.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ trait TypesSupport:
157157
}
158158
}
159159
case t @ AppliedType(tpe, typeList) =>
160-
import util.Chars._
160+
import dotty.tools.dotc.util.Chars._
161161
if !t.typeSymbol.name.forall(isIdentifierPart) && typeList.size == 2 then
162162
inner(typeList.head)
163163
++ texts(" ")

0 commit comments

Comments
 (0)