| 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 9a83ed4f0ded1d88561f7a6573a9ca6ee30969ec..005f8c6c4ab85f4b373bf9edbe2b3f918ca701a4 100644
|
| --- a/pkg/analyzer/lib/src/generated/error.dart
|
| +++ b/pkg/analyzer/lib/src/generated/error.dart
|
| @@ -1924,7 +1924,8 @@ class CompileTimeErrorCode extends ErrorCode {
|
| * constant expression depends on itself.
|
| */
|
| static const CompileTimeErrorCode RECURSIVE_COMPILE_TIME_CONSTANT =
|
| - const CompileTimeErrorCode('RECURSIVE_COMPILE_TIME_CONSTANT', "");
|
| + const CompileTimeErrorCode('RECURSIVE_COMPILE_TIME_CONSTANT',
|
| + "Compile-time constant expression depends on itself");
|
|
|
| /**
|
| * 7.6.1 Generative Constructors: A generative constructor may be redirecting,
|
|
|