| Index: pkg/compiler/lib/src/elements/elements.dart
|
| diff --git a/pkg/compiler/lib/src/elements/elements.dart b/pkg/compiler/lib/src/elements/elements.dart
|
| index 6341a3b632e6e44d3287fc337e66318c535e2c47..a3240ba5c180d29b5aede0e9d767a1475b525fe4 100644
|
| --- a/pkg/compiler/lib/src/elements/elements.dart
|
| +++ b/pkg/compiler/lib/src/elements/elements.dart
|
| @@ -401,7 +401,6 @@ abstract class Element implements Entity {
|
| Element get origin;
|
|
|
| bool get isSynthesized;
|
| - bool get isForwardingConstructor;
|
| bool get isMixinApplication;
|
|
|
| bool get hasFixedBackendName;
|
| @@ -1140,6 +1139,9 @@ abstract class FunctionElement extends Element
|
|
|
| /// The synchronous/asynchronous marker on this function.
|
| AsyncMarker get asyncMarker;
|
| +
|
| + /// `true` if this function is external.
|
| + bool get isExternal;
|
| }
|
|
|
| /// Enum for the synchronous/asynchronous function body modifiers.
|
|
|