Skip to content

Commit 6b3755f

Browse files
author
Tobias Bordenca
committed
Fix missing parameter for show
1 parent 9a01752 commit 6b3755f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/run/xml-interpolation/XmlQuote_1.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ object XmlQuote {
2222
// for debugging purpose
2323
def pp(tree: Tree): Unit = {
2424
println(tree.show)
25-
println(tasty.showSourceCode.showTree(tree))
25+
println(tasty.showSourceCode.showTree(tree, false))
2626
}
2727

2828
def liftListOfAny(lst: List[Term]): Expr[List[Any]] = lst match {

0 commit comments

Comments
 (0)