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.
2 parents 831ddf5 + 7072aa9 commit bdddd41Copy full SHA for bdddd41
compiler/src/dotty/tools/dotc/printing/Formatting.scala
@@ -66,7 +66,7 @@ object Formatting {
66
given Show[Boolean] = ShowAny
67
given Show[String] = ShowAny
68
given Show[Class[?]] = ShowAny
69
- given Show[Exception] = ShowAny
+ given Show[Throwable] = ShowAny
70
given Show[StringBuffer] = ShowAny
71
given Show[CompilationUnit] = ShowAny
72
given Show[Phases.Phase] = ShowAny
0 commit comments