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 b29653c commit ad47f34Copy full SHA for ad47f34
compiler/src/dotty/tools/dotc/printing/Formatting.scala
@@ -125,13 +125,15 @@ object Formatting {
125
given Show[Char] = ShowAny
126
given Show[Boolean] = ShowAny
127
given Show[Integer] = ShowAny
128
+ given Show[Long] = ShowAny
129
given Show[String] = ShowAny
130
given Show[Class[?]] = ShowAny
131
given Show[Throwable] = ShowAny
132
given Show[StringBuffer] = ShowAny
133
given Show[CompilationUnit] = ShowAny
134
given Show[Phases.Phase] = ShowAny
135
given Show[TyperState] = ShowAny
136
+ given Show[Unit] = ShowAny
137
given Show[config.ScalaVersion] = ShowAny
138
given Show[io.AbstractFile] = ShowAny
139
given Show[parsing.Scanners.Scanner] = ShowAny
0 commit comments