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 5f00802 commit 3dbc18bCopy full SHA for 3dbc18b
compiler/src/dotty/tools/dotc/typer/Applications.scala
@@ -467,7 +467,7 @@ trait Applications extends Compatibility { self: Typer with Dynamic =>
467
}
468
469
val getterPrefix =
470
- if ((meth.is(Synthetic)) && meth.name == nme.apply) nme.CONSTRUCTOR else meth.name
+ if (meth.is(Synthetic) && meth.name == nme.apply) nme.CONSTRUCTOR else meth.name
471
def getterName = DefaultGetterName(getterPrefix, n)
472
if (!meth.hasDefaultParams)
473
EmptyTree
0 commit comments