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

Unified Diff: pkg/analyzer/lib/src/generated/ast.dart

Issue 131233009: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 10 months 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/lib/src/generated/ast.dart
diff --git a/pkg/analyzer/lib/src/generated/ast.dart b/pkg/analyzer/lib/src/generated/ast.dart
index b4c10ce7a83f9e9105fbee075cf58863254d9851..c7f631c7e05043d95541843da17a13f7f3393c79 100644
--- a/pkg/analyzer/lib/src/generated/ast.dart
+++ b/pkg/analyzer/lib/src/generated/ast.dart
@@ -4281,6 +4281,11 @@ class ExportDirective extends NamespaceDirective {
*/
abstract class Expression extends ASTNode {
/**
+ * An empty array of expressions.
+ */
+ static List<Expression> EMPTY_ARRAY = new List<Expression>(0);
+
+ /**
* The static type of this expression, or `null` if the AST structure has not been resolved.
*/
Type2 staticType;

Powered by Google App Engine
This is Rietveld 408576698