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 252678d commit f7d2a88Copy full SHA for f7d2a88
compiler/src/dotty/tools/dotc/core/NameOps.scala
@@ -415,7 +415,7 @@ object NameOps {
415
if (name.isTraitSetterName) {
416
if (Config.semanticNames) {
417
val DerivedTermName(_, NameInfo.TraitSetter(original)) = name
418
- original ++ LOCAL_SUFFIX
+ original.fieldName
419
}
420
else {
421
// has form <$-separated-trait-name>$_setter_$ `name`_$eq
0 commit comments