Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(794)

Unified Diff: frog/leg/warnings.dart

Issue 9665001: Implement constant maps. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove trailing whitespace. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « frog/leg/tree/nodes.dart ('k') | tests/co19/co19-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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}');
« no previous file with comments | « frog/leg/tree/nodes.dart ('k') | tests/co19/co19-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698