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 7a9ae29 commit 3faa1f4Copy full SHA for 3faa1f4
library/src/scala/tasty/util/TastyPrinter.scala
@@ -2,7 +2,7 @@ package scala.tasty.util
2
3
import scala.tasty.Tasty
4
5
-class TastyPrinter[T <: Tasty with Singleton](tasty: T) {
+class TastyPrinter[T <: Tasty with Singleton](val tasty: T) {
6
import tasty._
7
8
def stringOfTree(tree: Tree)(implicit ctx: Context): String = {
0 commit comments