| 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 b9d2abda17880060291d3a1056589c1ec3bd85af..43a5fbb717eab03e3922a795f787d0127b93b92e 100644
|
| --- a/pkg/compiler/lib/src/resolution/members.dart
|
| +++ b/pkg/compiler/lib/src/resolution/members.dart
|
| @@ -4458,8 +4458,8 @@ class ClassResolverVisitor extends TypeDefinitionVisitor {
|
|
|
| FunctionElement createForwardingConstructor(ConstructorElement target,
|
| ClassElement enclosing) {
|
| - return new SynthesizedConstructorElementX(
|
| - target.name, target, enclosing, false);
|
| + return new SynthesizedConstructorElementX.notForDefault(
|
| + target.name, target, enclosing);
|
| }
|
|
|
| void doApplyMixinTo(MixinApplicationElementX mixinApplication,
|
|
|