| 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 0bdd34ec14c52a7dd140db6c060a8a315515998c..7dfcbeea1384515363ccf50a2704c7137d7dc995 100644
|
| --- a/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| +++ b/pkg/analyzer/lib/src/summary/resynthesize.dart
|
| @@ -467,6 +467,7 @@ class _LibraryResynthesizer {
|
| executableElement.type = new FunctionTypeImpl(executableElement);
|
| executableElement.hasImplicitReturnType =
|
| serializedExecutable.hasImplicitReturnType;
|
| + executableElement.external = serializedExecutable.isExternal;
|
| }
|
|
|
| /**
|
|
|