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

Unified Diff: frog/leg/warnings.dart

Issue 9427012: Allow binary operators on compile-time-constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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
Index: frog/leg/warnings.dart
diff --git a/frog/leg/warnings.dart b/frog/leg/warnings.dart
index 01cd9d0b73521f8f6df95fa4fc095b9777f9c841..55b38322b70f98a4cb8ac1b8342ec00d0c5842ea 100644
--- a/frog/leg/warnings.dart
+++ b/frog/leg/warnings.dart
@@ -108,7 +108,7 @@ class MessageKind {
'target of continue is not a loop or switch case');
static final NOT_A_COMPILE_TIME_CONSTANT = const MessageKind(
- '#{1} cannot be used as compile-time constant');
+ 'not a compile-time constant');
static final NO_SUCH_LIBRARY_MEMBER = const MessageKind(
'#{1} has no member named #{2}');

Powered by Google App Engine
This is Rietveld 408576698