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 5889821 commit 5d1064eCopy full SHA for 5d1064e
compiler/src/dotty/tools/dotc/printing/PlainPrinter.scala
@@ -61,7 +61,7 @@ class PlainPrinter(_ctx: Context) extends Printer {
61
homogenize(tp.info)
62
case tp: LazyRef =>
63
homogenize(tp.ref)
64
- case tp@AppliedType(tycon, args) =>
+ case tp @ AppliedType(tycon, args) =>
65
if (defn.isCompiletimeAppliedType(tycon.typeSymbol)) tp.tryCompiletimeConstantFold
66
else tycon.dealias.appliedTo(args)
67
case _ =>
0 commit comments