| 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;
|
|
|