Index: pkg/analyzer/tool/summary/idl.dart |
diff --git a/pkg/analyzer/tool/summary/idl.dart b/pkg/analyzer/tool/summary/idl.dart |
index 1debbbbc20f7c1f57afbfb0b2d4ff92cbc34e803..6270573258779ece6d8e017a5361ac0be9606fc4 100644 |
--- a/pkg/analyzer/tool/summary/idl.dart |
+++ b/pkg/analyzer/tool/summary/idl.dart |
@@ -351,6 +351,11 @@ class UnlinkedExecutable { |
* declaration. False for constructors and setters. |
*/ |
bool hasImplicitReturnType; |
+ |
+ /** |
+ * Indicates whether the executable is declared using the `external` keyword. |
+ */ |
+ bool isExternal; |
} |
/** |