We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c57d4 commit 46cda53Copy full SHA for 46cda53
src/compiler/scala/tools/nsc/transform/Mixin.scala
@@ -169,7 +169,7 @@ abstract class Mixin extends Transform with ast.TreeDSL with AccessorSynthesis {
169
clazz.info.decls enter member setFlag MIXEDIN resetFlag JAVA_DEFAULTMETHOD
170
}
171
def cloneAndAddMember(mixinClass: Symbol, mixinMember: Symbol, clazz: Symbol): Symbol =
172
- addMember(clazz, mixinMember.cloneSymbol(clazz).setFlag(BRIDGE))
+ addMember(clazz, mixinMember.cloneSymbol(clazz)/*.setFlag(BRIDGE)*/)
173
174
def publicizeTraitMethods(clazz: Symbol): Unit = {
175
if (treatedClassInfos(clazz) != clazz.info) {
0 commit comments