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 9a01752 commit 6b3755fCopy full SHA for 6b3755f
tests/run/xml-interpolation/XmlQuote_1.scala
@@ -22,7 +22,7 @@ object XmlQuote {
22
// for debugging purpose
23
def pp(tree: Tree): Unit = {
24
println(tree.show)
25
- println(tasty.showSourceCode.showTree(tree))
+ println(tasty.showSourceCode.showTree(tree, false))
26
}
27
28
def liftListOfAny(lst: List[Term]): Expr[List[Any]] = lst match {
0 commit comments