Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 45e4923

Browse files
author
Dart CI
committed
Version 2.11.0-163.0.dev
Merge commit '55496a1282e3e15356a3e2509c62f6f03f65671c' into 'dev'
2 parents 4b5728a + 55496a1 commit 45e4923

File tree

19 files changed

+1552
-359
lines changed

19 files changed

+1552
-359
lines changed

pkg/analyzer/lib/error/error.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ const List<ErrorCode> errorCodeValues = [
142142
CompileTimeErrorCode.CONTINUE_LABEL_ON_SWITCH,
143143
CompileTimeErrorCode.COULD_NOT_INFER,
144144
CompileTimeErrorCode.DEFAULT_LIST_CONSTRUCTOR,
145-
CompileTimeErrorCode.DEFAULT_VALUE_IN_FUNCTION_TYPED_PARAMETER,
146145
CompileTimeErrorCode.DEFAULT_VALUE_IN_REDIRECTING_FACTORY_CONSTRUCTOR,
147146
CompileTimeErrorCode.DEFAULT_VALUE_ON_REQUIRED_PARAMETER,
148147
CompileTimeErrorCode.DEFERRED_IMPORT_OF_EXTENSION,

0 commit comments

Comments
 (0)