| 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 37330b1e4e3e7b2224a599695dc37d7d739e6945..8ff154ca11d7d01e6d37f0599f8be8602681efd2 100644
|
| --- a/pkg/analyzer/lib/src/generated/error.dart
|
| +++ b/pkg/analyzer/lib/src/generated/error.dart
|
| @@ -3690,6 +3690,12 @@ class HintCode extends ErrorCode {
|
| const HintCode('UNNECESSARY_CAST', "Unnecessary cast");
|
|
|
| /**
|
| + * Unnecessary `noSuchMethod` declaration.
|
| + */
|
| + static const HintCode UNNECESSARY_NO_SUCH_METHOD = const HintCode(
|
| + 'UNNECESSARY_NO_SUCH_METHOD', "Unnecessary 'noSuchMethod' declaration");
|
| +
|
| + /**
|
| * Unnecessary type checks, the result is always true.
|
| */
|
| static const HintCode UNNECESSARY_TYPE_CHECK_FALSE = const HintCode(
|
|
|