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 5069182 commit 7c4fa0cCopy full SHA for 7c4fa0c
compiler/src/dotty/tools/dotc/printing/RefinedPrinter.scala
@@ -266,7 +266,6 @@ class RefinedPrinter(_ctx: Context) extends PlainPrinter(_ctx) {
266
("{" ~ toText(trees, "\n") ~ "}").close
267
268
protected def typeApplyText[T >: Untyped](tree: TypeApply[T]): Text = {
269
- val isQuote = !printDebug && tree.fun.hasType && tree.fun.symbol == defn.QuotedTypeModule_apply
270
val funText = toTextLocal(tree.fun)
271
tree.fun match {
272
case Select(New(tpt), nme.CONSTRUCTOR) if tpt.typeOpt.dealias.isInstanceOf[AppliedType] =>
0 commit comments