diff --git a/pkg/analysis_server/lib/src/services/correction/fix_internal.dart b/pkg/analysis_server/lib/src/services/correction/fix_internal.dart index 42b3c497d435..62dff190558d 100644 --- a/pkg/analysis_server/lib/src/services/correction/fix_internal.dart +++ b/pkg/analysis_server/lib/src/services/correction/fix_internal.dart @@ -751,15 +751,15 @@ final _builtInLintProducers = >{ }; final _builtInNonLintMultiProducers = { - CompileTimeErrorCode.AMBIGUOUS_IMPORT: [ - ImportAddHide.new, - ], CompileTimeErrorCode.AMBIGUOUS_EXTENSION_MEMBER_ACCESS_TWO: [ AddExtensionOverride.new, ], CompileTimeErrorCode.AMBIGUOUS_EXTENSION_MEMBER_ACCESS_THREE_OR_MORE: [ AddExtensionOverride.new, ], + CompileTimeErrorCode.AMBIGUOUS_IMPORT: [ + ImportAddHide.new, + ], CompileTimeErrorCode.ARGUMENT_TYPE_NOT_ASSIGNABLE: [ DataDriven.new, ],