| Index: frog/leg/warnings.dart
|
| diff --git a/frog/leg/warnings.dart b/frog/leg/warnings.dart
|
| index 20f4d57089e6a341a74d9c032dac51304c31134a..f22b5fcdc786d4803b669ca600edddc3c8068b8e 100644
|
| --- a/frog/leg/warnings.dart
|
| +++ b/frog/leg/warnings.dart
|
| @@ -121,6 +121,8 @@ class MessageKind {
|
|
|
| static final NOT_A_COMPILE_TIME_CONSTANT = const MessageKind(
|
| 'not a compile-time constant');
|
| + static final CYCLIC_COMPILE_TIME_CONSTANTS = const MessageKind(
|
| + 'cycle in the compile-time constant computation');
|
|
|
| static final KEY_NOT_A_STRING_LITERAL = const MessageKind(
|
| 'map-literal key not a string literal');
|
|
|