| 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 42d9aeceeacfdb55ca200fb3e20755a517970d98..9b4b73df12512150a33610531e7dcdac49744eb9 100644
|
| --- a/pkg/analyzer/lib/src/error/codes.dart
|
| +++ b/pkg/analyzer/lib/src/error/codes.dart
|
| @@ -4898,6 +4898,12 @@ class StrongModeCode extends ErrorCode {
|
| "Missing type arguments for calling generic function type '{0}'.",
|
| _implicitDynamicCorrection);
|
|
|
| + static const StrongModeCode NO_DEFAULT_BOUNDS = const StrongModeCode(
|
| + ErrorType.COMPILE_TIME_ERROR,
|
| + 'NO_DEFAULT_BOUNDS',
|
| + "Type has no default bounds",
|
| + "Try adding explicit type arguments to type");
|
| +
|
| static const StrongModeCode NOT_INSTANTIATED_BOUND = const StrongModeCode(
|
| ErrorType.COMPILE_TIME_ERROR,
|
| 'NOT_INSTANTIATED_BOUND',
|
|
|