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

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: Update status file.wq 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
« no previous file with comments | « frog/leg/tree/nodes.dart ('k') | frog/tests/leg_only/src/CompileTimeConstant4Test.dart » ('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 de2ee47123112ca76be22749eff4a249c5ec5bc1..8d77a67d4bd862cd4ef88996ba559e705e3e09e0 100644
--- a/frog/leg/warnings.dart
+++ b/frog/leg/warnings.dart
@@ -116,7 +116,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}');
« no previous file with comments | « frog/leg/tree/nodes.dart ('k') | frog/tests/leg_only/src/CompileTimeConstant4Test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698