| Index: pkg/analyzer/lib/src/error/codes.dart
|
| diff --git a/pkg/analyzer/lib/src/error/codes.dart b/pkg/analyzer/lib/src/error/codes.dart
|
| index d87b593ce4f10c9467aa5edc44be8f18f8a0a109..227ef736980364649aea885478729dc7099fe5f9 100644
|
| --- a/pkg/analyzer/lib/src/error/codes.dart
|
| +++ b/pkg/analyzer/lib/src/error/codes.dart
|
| @@ -4668,6 +4668,9 @@ class StrongModeCode extends ErrorCode {
|
| static const StrongModeCode DOWN_CAST_IMPLICIT = const StrongModeCode(
|
| ErrorType.HINT, 'DOWN_CAST_IMPLICIT', _implicitCastMessage);
|
|
|
| + static const StrongModeCode DOWN_CAST_IMPLICIT_ASSIGN = const StrongModeCode(
|
| + ErrorType.HINT, 'DOWN_CAST_IMPLICIT_ASSIGN', _implicitCastMessage);
|
| +
|
| static const StrongModeCode DYNAMIC_CAST = const StrongModeCode(
|
| ErrorType.HINT, 'DYNAMIC_CAST', _implicitCastMessage);
|
|
|
|
|