Skip to content

Commit 8dd9be5

Browse files
committed
Fix typo
1 parent 7cc1e37 commit 8dd9be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/ast/Desugar.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ object desugar {
824824
TypeDef(UniqueName.fresh(decoName.toTermName).toTypeName,
825825
cpy.Template(impl)(constr = constr1, body = substThis.transform(impl.body)))
826826
.withFlags(Implicit)
827-
desugr.println(i"desugar $name --> $icls")
827+
desugr.println(i"desugar $augmented --> $icls")
828828
classDef(icls)
829829
}
830830

0 commit comments

Comments
 (0)