| Index: pkg/compiler/lib/src/resolution/enum_creator.dart
|
| diff --git a/pkg/compiler/lib/src/resolution/enum_creator.dart b/pkg/compiler/lib/src/resolution/enum_creator.dart
|
| index fc9ee7040d644ff23c289cd09ebb631b67c41ad7..d68e961d7c0df52b267dda01e4b0440fc5a6ab41 100644
|
| --- a/pkg/compiler/lib/src/resolution/enum_creator.dart
|
| +++ b/pkg/compiler/lib/src/resolution/enum_creator.dart
|
| @@ -221,7 +221,7 @@ class EnumCreator {
|
| indexVariable);
|
|
|
| FunctionSignatureX constructorSignature = new FunctionSignatureX(
|
| - requiredParameters: builder.linkedList([indexFormal]),
|
| + requiredParameters: [indexFormal],
|
| requiredParameterCount: 1,
|
| type: new FunctionType(constructor, const VoidType(),
|
| <DartType>[intType]));
|
|
|