Skip to content

Commit 5af772f

Browse files
committed
wip
1 parent fc62359 commit 5af772f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/tasty/util/ShowSourceCode.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ class ShowSourceCode[T <: Tasty with Singleton](tasty0: T) extends Show[T](tasty
479479
case _ => printTree(v)
480480
}
481481

482-
case Pattern.Bind(name, Pattern.Value(Pattern.Value("_"))) =>
482+
case Pattern.Bind(name, Pattern.Value(Term.Ident("_"))) =>
483483
this += name
484484

485485
case Pattern.Bind(name, Pattern.TypeTest(tpt)) =>

0 commit comments

Comments
 (0)