| Index: pkg/analyzer/lib/src/generated/error.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/error.dart b/pkg/analyzer/lib/src/generated/error.dart
|
| index e8c7205c9566a05516bda74f5a2c5ce18adfb86f..ac2883b42fcc17232ee3ae85be83353be391f1a6 100644
|
| --- a/pkg/analyzer/lib/src/generated/error.dart
|
| +++ b/pkg/analyzer/lib/src/generated/error.dart
|
| @@ -2400,6 +2400,7 @@ class ErrorProperty extends Enum<ErrorProperty> {
|
| const ErrorProperty('UNIMPLEMENTED_METHODS', 2);
|
|
|
| static const List<ErrorProperty> values = const [
|
| + NOT_INITIALIZED_FIELDS,
|
| PARTS_LIBRARY_NAME,
|
| UNIMPLEMENTED_METHODS
|
| ];
|
|
|