| Index: pkg/analyzer/lib/src/generated/element.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/element.dart b/pkg/analyzer/lib/src/generated/element.dart
|
| index e3342b7e1ab887aaafd95520b3a5c191a4e27a83..6fef2d8e20c2a1d263419f4b3e251bfe6b54bdea 100644
|
| --- a/pkg/analyzer/lib/src/generated/element.dart
|
| +++ b/pkg/analyzer/lib/src/generated/element.dart
|
| @@ -3358,6 +3358,13 @@ class ElementAnnotationImpl implements ElementAnnotation {
|
| final Element element;
|
|
|
| /**
|
| + * The result of evaluating this annotation as a compile-time constant
|
| + * expression, or `null` if the compilation unit containing the variable has
|
| + * not been resolved.
|
| + */
|
| + EvaluationResultImpl evaluationResult;
|
| +
|
| + /**
|
| * Initialize a newly created annotation.
|
| *
|
| * @param element the element representing the field, variable, or constructor being used as an
|
|
|