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 1c6aac4 commit c55166bCopy full SHA for c55166b
compiler/src/dotty/tools/dotc/printing/RefinedPrinter.scala
@@ -192,7 +192,7 @@ class RefinedPrinter(_ctx: Context) extends PlainPrinter(_ctx) {
192
}
193
194
def blockText[T >: Untyped](trees: List[Tree[T]]): Text =
195
- ("{" ~ toText(trees.filter(t => !t.symbol.isPrivate), "\n") ~ "}").close
+ ("{" ~ toText(trees, "\n") ~ "}").close
196
197
override def toText[T >: Untyped](tree: Tree[T]): Text = controlled {
198
0 commit comments