Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: pkg/analyzer/tool/summary/idl.dart

Issue 1528983004: Add support for the "external" keyword to summaries. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
}
/**
« pkg/analyzer/lib/src/summary/format.dart ('K') | « pkg/analyzer/test/src/summary/summary_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698