Index: pkg/analyzer/lib/src/summary/resynthesize.dart |
diff --git a/pkg/analyzer/lib/src/summary/resynthesize.dart b/pkg/analyzer/lib/src/summary/resynthesize.dart |
index 77c98634228798b61cace629d2252e1d992693f7..46188c81aac057c1bcbc9318f858493390b089e3 100644 |
--- a/pkg/analyzer/lib/src/summary/resynthesize.dart |
+++ b/pkg/analyzer/lib/src/summary/resynthesize.dart |
@@ -1916,7 +1916,6 @@ class _UnitResynthesizer { |
// done |
classElement.fields = memberHolder.fields; |
classElement.accessors = memberHolder.accessors; |
- classElement.constructors = <ConstructorElement>[]; |
unitHolder.addEnum(classElement); |
} |