| 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 d757b807d8d9a2508749b107a1f7d7f7eee3a49c..e929b6712c8c65a547a91658e08bd8450f7d169a 100644
|
| --- a/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| +++ b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| @@ -950,6 +950,7 @@ class _LibraryResynthesizer {
|
| // and they always refer to defined top-level entities.
|
| throw new StateError('Unexpected export name kind: ${exportName.kind}');
|
| }
|
| + return null;
|
| }
|
|
|
| /**
|
|
|