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 91f7a04 commit edc38afCopy full SHA for edc38af
compiler/src/dotty/tools/dotc/printing/PlainPrinter.scala
@@ -83,7 +83,7 @@ class PlainPrinter(_ctx: Context) extends Printer {
83
* to the name of the owner.
84
*/
85
protected def hasMeaninglessName(sym: Symbol): Boolean = (
86
- (sym.is(Param)) && sym.owner.isSetter // x$1
+ sym.is(Param) && sym.owner.isSetter // x$1
87
|| sym.isClassConstructor // this
88
|| (sym.name == nme.PACKAGE) // package
89
)
0 commit comments