| 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 8e7f0800676cb0e290ad50a31f1808a7bec2a604..c45e2932e6731020fae841f54da4606169bae67c 100644
|
| --- a/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| +++ b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| @@ -987,7 +987,7 @@ class _LibraryResynthesizer {
|
| name);
|
| } else if (referenceResolution.kind == ReferenceKind.unresolved) {
|
| return summaryResynthesizer.typeProvider.undefinedType;
|
| - } else if (name.isEmpty) {
|
| + } else if (name == 'dynamic') {
|
| return summaryResynthesizer.typeProvider.dynamicType;
|
| } else {
|
| String referencedLibraryUri = librarySource.uri.toString();
|
|
|