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 116f5fe commit 3458da7Copy full SHA for 3458da7
compiler/src/dotty/tools/dotc/printing/Formatting.scala
@@ -115,13 +115,15 @@ object Formatting {
115
given Show[Char] = ShowAny
116
given Show[Boolean] = ShowAny
117
given Show[Integer] = ShowAny
118
+ given Show[Long] = ShowAny
119
given Show[String] = ShowAny
120
given Show[Class[?]] = ShowAny
121
given Show[Throwable] = ShowAny
122
given Show[StringBuffer] = ShowAny
123
given Show[CompilationUnit] = ShowAny
124
given Show[Phases.Phase] = ShowAny
125
given Show[TyperState] = ShowAny
126
+ given Show[Unit] = ShowAny
127
given Show[config.ScalaVersion] = ShowAny
128
given Show[io.AbstractFile] = ShowAny
129
given Show[parsing.Scanners.Scanner] = ShowAny
0 commit comments