| Index: pkg/analyzer/lib/src/dart/error/syntactic_errors.dart
|
| diff --git a/pkg/analyzer/lib/src/dart/error/syntactic_errors.dart b/pkg/analyzer/lib/src/dart/error/syntactic_errors.dart
|
| index 31ee72690168fe6271de22c8a65a5ff0bfefc7bd..706abd1d23a604518103dab43af62a1ea030273a 100644
|
| --- a/pkg/analyzer/lib/src/dart/error/syntactic_errors.dart
|
| +++ b/pkg/analyzer/lib/src/dart/error/syntactic_errors.dart
|
| @@ -614,10 +614,6 @@ class ParserErrorCode extends ErrorCode {
|
| 'WITH_WITHOUT_EXTENDS',
|
| "The with clause cannot be used without an extends clause");
|
|
|
| - static const ParserErrorCode WRONG_SEPARATOR_FOR_NAMED_PARAMETER =
|
| - const ParserErrorCode('WRONG_SEPARATOR_FOR_NAMED_PARAMETER',
|
| - "The default value of a named parameter should be preceeded by ':'");
|
| -
|
| static const ParserErrorCode WRONG_SEPARATOR_FOR_POSITIONAL_PARAMETER =
|
| const ParserErrorCode('WRONG_SEPARATOR_FOR_POSITIONAL_PARAMETER',
|
| "The default value of a positional parameter should be preceeded by '='");
|
|
|