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 306464d commit 7cce411Copy full SHA for 7cce411
library/src/scala/tasty/reflect/Printers.scala
@@ -606,7 +606,6 @@ trait Printers
606
printTypeTree(parent)
607
case IsTerm(Term.TypeApply(fun, targs)) =>
608
printParent(fun)
609
- inSquare(printTypeOrBoundsTrees(targs, ", "))
610
case IsTerm(Term.Apply(fun, args)) =>
611
612
inParens(printTrees(args, ", "))
0 commit comments