We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a18e5 commit 4aceaafCopy full SHA for 4aceaaf
src/dotty/tools/dotc/printing/PlainPrinter.scala
@@ -51,6 +51,8 @@ class PlainPrinter(_ctx: Context) extends Printer {
51
case tp @ TypeRef(_, tpnme.hkApply) =>
52
val tp1 = tp.reduceProjection
53
if (tp1 eq tp) tp else homogenize(tp1)
54
+ case tp: LazyRef =>
55
+ homogenize(tp.ref)
56
case _ =>
57
tp
58
}
0 commit comments