| Index: pkg/analysis_server/lib/src/services/correction/fix.dart
|
| diff --git a/pkg/analysis_server/lib/src/services/correction/fix.dart b/pkg/analysis_server/lib/src/services/correction/fix.dart
|
| index 20ca00fb229f7887849f40c0a013143d6f1bfed9..e25f0b417047ad71f9ea0e1c1a3f56ea2aa0e1af 100644
|
| --- a/pkg/analysis_server/lib/src/services/correction/fix.dart
|
| +++ b/pkg/analysis_server/lib/src/services/correction/fix.dart
|
| @@ -80,6 +80,7 @@ bool hasFix(ErrorCode errorCode) =>
|
| errorCode ==
|
| CompileTimeErrorCode.UNDEFINED_CONSTRUCTOR_IN_INITIALIZER_DEFAULT ||
|
| errorCode == CompileTimeErrorCode.URI_DOES_NOT_EXIST ||
|
| + errorCode == CompileTimeErrorCode.URI_HAS_NOT_BEEN_GENERATED ||
|
| errorCode == HintCode.CAN_BE_NULL_AFTER_NULL_AWARE ||
|
| errorCode == HintCode.DEAD_CODE ||
|
| errorCode == HintCode.DIVISION_OPTIMIZATION ||
|
|
|