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 12593ab + 072c680 commit 5be809bCopy full SHA for 5be809b
compiler/src/dotty/tools/dotc/transform/patmat/Space.scala
@@ -839,7 +839,7 @@ class SpaceEngine(implicit ctx: Context) extends SpaceLogic {
839
840
def doShow(s: Space, mergeList: Boolean = false): String = s match {
841
case Empty => ""
842
- case Typ(c: ConstantType, _) => c.value.show
+ case Typ(c: ConstantType, _) => c.value.value.toString
843
case Typ(tp: TermRef, _) => tp.symbol.showName
844
case Typ(tp, decomposed) =>
845
val sym = tp.widen.classSymbol
0 commit comments