| Index: pkg/compiler/lib/src/resolution/members.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/members.dart b/pkg/compiler/lib/src/resolution/members.dart
|
| index 04429f4073601108ef2f0c19adbc850b48874faf..da697606a998ac59767d664a0b83b5d7da1d0866 100644
|
| --- a/pkg/compiler/lib/src/resolution/members.dart
|
| +++ b/pkg/compiler/lib/src/resolution/members.dart
|
| @@ -4443,8 +4443,8 @@ class ClassResolverVisitor extends TypeDefinitionVisitor {
|
|
|
| FunctionElement createForwardingConstructor(ConstructorElement target,
|
| ClassElement enclosing) {
|
| - return new SynthesizedConstructorElementX.notForDefault(
|
| - target.name, target, enclosing);
|
| + return new SynthesizedConstructorElementX(
|
| + target.name, target, enclosing, false);
|
| }
|
|
|
| void doApplyMixinTo(MixinApplicationElementX mixinApplication,
|
|
|