Index: frog/leg/warnings.dart |
diff --git a/frog/leg/warnings.dart b/frog/leg/warnings.dart |
index 197c686bb14d71d7f29e794c07ab31c31e313b7e..20f4d57089e6a341a74d9c032dac51304c31134a 100644 |
--- a/frog/leg/warnings.dart |
+++ b/frog/leg/warnings.dart |
@@ -122,6 +122,9 @@ class MessageKind { |
static final NOT_A_COMPILE_TIME_CONSTANT = const MessageKind( |
'not a compile-time constant'); |
+ static final KEY_NOT_A_STRING_LITERAL = const MessageKind( |
+ 'map-literal key not a string literal'); |
+ |
static final NO_SUCH_LIBRARY_MEMBER = const MessageKind( |
'#{1} has no member named #{2}'); |