| 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 3a2822f02b3ef02c6a5d1ac6dc23cc0ecaebcf18..e6d8100701398f5ba38095b459ece547c8250b73 100644
|
| --- a/pkg/analyzer/lib/src/generated/ast.dart
|
| +++ b/pkg/analyzer/lib/src/generated/ast.dart
|
| @@ -4676,7 +4676,7 @@ class CompilationUnit extends AstNode {
|
| * The last token in the token stream that was parsed to form this compilation
|
| * unit. This token should always have a type of [TokenType.EOF].
|
| */
|
| - final Token endToken;
|
| + Token endToken;
|
|
|
| /**
|
| * The element associated with this compilation unit, or `null` if the AST
|
|
|