| Index: pkg/analyzer/lib/src/dart/element/element.dart
|
| diff --git a/pkg/analyzer/lib/src/dart/element/element.dart b/pkg/analyzer/lib/src/dart/element/element.dart
|
| index 488b9f1e311a8a95a1031124814efa96e4adba75..db740a8fddf1a89cde87a0cd045fcce4eff208a5 100644
|
| --- a/pkg/analyzer/lib/src/dart/element/element.dart
|
| +++ b/pkg/analyzer/lib/src/dart/element/element.dart
|
| @@ -2533,7 +2533,7 @@ class ElementAnnotationImpl implements ElementAnnotation {
|
| /**
|
| * The compilation unit in which this annotation appears.
|
| */
|
| - final CompilationUnitElementImpl compilationUnit;
|
| + CompilationUnitElementImpl compilationUnit;
|
|
|
| /**
|
| * The AST of the annotation itself, cloned from the resolved AST for the
|
|
|