| Index: pkg/analyzer/lib/src/generated/error_verifier.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/error_verifier.dart b/pkg/analyzer/lib/src/generated/error_verifier.dart
|
| index a48ecd5780113b964eaf17abda96966a9e996be0..ce1dfe702f438e83d9493bd27671865965180383 100644
|
| --- a/pkg/analyzer/lib/src/generated/error_verifier.dart
|
| +++ b/pkg/analyzer/lib/src/generated/error_verifier.dart
|
| @@ -3824,9 +3824,10 @@ class ErrorVerifier extends RecursiveAstVisitor<Object> {
|
| }
|
|
|
| /**
|
| - * Verify that final fields in the given clas [declaration] that are declared,
|
| - * without any constructors in the enclosing class, are initialized. Cases in
|
| - * which there is at least one constructor are handled at the end of
|
| + * Verify that final fields in the given class [declaration] that are
|
| + * declared, without any constructors in the enclosing class, are
|
| + * initialized. Cases in which there is at least one constructor are handled
|
| + * at the end of
|
| * [_checkForAllFinalInitializedErrorCodes].
|
| *
|
| * See [CompileTimeErrorCode.CONST_NOT_INITIALIZED], and
|
|
|