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 fc62359 commit 5af772fCopy full SHA for 5af772f
library/src/scala/tasty/util/ShowSourceCode.scala
@@ -479,7 +479,7 @@ class ShowSourceCode[T <: Tasty with Singleton](tasty0: T) extends Show[T](tasty
479
case _ => printTree(v)
480
}
481
482
- case Pattern.Bind(name, Pattern.Value(Pattern.Value("_"))) =>
+ case Pattern.Bind(name, Pattern.Value(Term.Ident("_"))) =>
483
this += name
484
485
case Pattern.Bind(name, Pattern.TypeTest(tpt)) =>
0 commit comments