| 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 3e9237ac32364f90592884370ec4aecd42ab2f36..e31da9bc272a9651508739110ef863cf21445833 100644
|
| --- a/pkg/analyzer/lib/src/generated/ast.dart
|
| +++ b/pkg/analyzer/lib/src/generated/ast.dart
|
| @@ -4948,7 +4948,7 @@ class CompilationUnit extends AstNode {
|
| /**
|
| * The first token in the token stream that was parsed to form this compilation unit.
|
| */
|
| - final Token beginToken;
|
| + Token beginToken;
|
|
|
| /**
|
| * The script tag at the beginning of the compilation unit, or `null` if there is no script
|
|
|