Skip to content

Commit 3faa1f4

Browse files
committed
Fix private path dependent type
1 parent 7a9ae29 commit 3faa1f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/scala/tasty/util/TastyPrinter.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package scala.tasty.util
22

33
import scala.tasty.Tasty
44

5-
class TastyPrinter[T <: Tasty with Singleton](tasty: T) {
5+
class TastyPrinter[T <: Tasty with Singleton](val tasty: T) {
66
import tasty._
77

88
def stringOfTree(tree: Tree)(implicit ctx: Context): String = {

0 commit comments

Comments
 (0)