| Index: pkg/analyzer/lib/src/generated/scanner.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/scanner.dart b/pkg/analyzer/lib/src/generated/scanner.dart
|
| index ee1ec2c27ff06a27fa5b29b4ca4a2b55b17ca783..cc29c4ba5a042c967b026961e9dc6a4037d154fa 100644
|
| --- a/pkg/analyzer/lib/src/generated/scanner.dart
|
| +++ b/pkg/analyzer/lib/src/generated/scanner.dart
|
| @@ -173,7 +173,7 @@ class ScannerErrorCode extends Enum<ScannerErrorCode> implements ErrorCode {
|
| * The template used to create the correction to be displayed for this error, or `null` if
|
| * there is no correction information for this error.
|
| */
|
| - String correction11;
|
| + String correction10;
|
|
|
| /**
|
| * Initialize a newly created error code to have the given message.
|
| @@ -189,10 +189,10 @@ class ScannerErrorCode extends Enum<ScannerErrorCode> implements ErrorCode {
|
| * @param correction the template used to create the correction to be displayed for the error
|
| */
|
| ScannerErrorCode.con2(String name, int ordinal, this.message, String correction) : super(name, ordinal) {
|
| - this.correction11 = correction;
|
| + this.correction10 = correction;
|
| }
|
|
|
| - String get correction => correction11;
|
| + String get correction => correction10;
|
|
|
| ErrorSeverity get errorSeverity => ErrorSeverity.ERROR;
|
|
|
|
|