| 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 3e5e25594cef4f75a64cf42aed8026c0247a4565..214861a7a3821c53366f1d77111ad5f2bcc357c2 100644
|
| --- a/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| +++ b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| @@ -949,6 +949,7 @@ class _LibraryResynthesizer {
|
| void buildClass(UnlinkedClass serializedClass) {
|
| ClassElementImpl classElement =
|
| new ClassElementImpl(serializedClass.name, serializedClass.nameOffset);
|
| + classElement.hasBeenInferred = summaryResynthesizer.strongMode;
|
| classElement.typeParameters =
|
| buildTypeParameters(serializedClass.typeParameters);
|
| classElement.abstract = serializedClass.isAbstract;
|
|
|