| Index: pkg/compiler/lib/src/parser/partial_elements.dart
|
| diff --git a/pkg/compiler/lib/src/parser/partial_elements.dart b/pkg/compiler/lib/src/parser/partial_elements.dart
|
| index 6e3e11ce35523878911ed7bb3f849d601f19c0e9..e5b7dae7a5bb21907227984f3b9fe14050290ba0 100644
|
| --- a/pkg/compiler/lib/src/parser/partial_elements.dart
|
| +++ b/pkg/compiler/lib/src/parser/partial_elements.dart
|
| @@ -237,6 +237,8 @@ class PartialSetterElement extends SetterElementX
|
| }
|
| }
|
|
|
| +// TODO(johnniwinther): Create [PartialGenerativeConstructor] and
|
| +// [PartialFactoryConstructor] subclasses and make this abstract.
|
| class PartialConstructorElement extends ConstructorElementX
|
| with PartialElement, PartialFunctionMixin {
|
| PartialConstructorElement(String name,
|
|
|