| Index: pkg/analyzer/lib/src/generated/error.dart
|
| diff --git a/pkg/analyzer/lib/src/generated/error.dart b/pkg/analyzer/lib/src/generated/error.dart
|
| index fd71772e0a293765d3c5d7a9b0644b57727d1878..83ab38ac71971cedf111e416bfcb209cb44b28a2 100644
|
| --- a/pkg/analyzer/lib/src/generated/error.dart
|
| +++ b/pkg/analyzer/lib/src/generated/error.dart
|
| @@ -5969,6 +5969,11 @@ class StrongModeCode extends ErrorCode {
|
| const StrongModeCode(ErrorType.COMPILE_TIME_ERROR,
|
| 'INVALID_PARAMETER_DECLARATION', _typeCheckMessage);
|
|
|
| + static const StrongModeCode COULD_NOT_INFER = const StrongModeCode(
|
| + ErrorType.COMPILE_TIME_ERROR,
|
| + 'COULD_NOT_INFER',
|
| + "Could not infer type parameter {0}, {1} must be of type {2}.");
|
| +
|
| static const StrongModeCode INFERRED_TYPE = const StrongModeCode(
|
| ErrorType.HINT, 'INFERRED_TYPE', _inferredTypeMessage);
|
|
|
|
|