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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java

Issue 475543002: New analyzer snapshot, add format/formatList. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java
index 8be2c7c97d72cee78778bb1f9aa21c25709953be..71698b925b7a83a53d40b2352d8959f9433652fc 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/CompileTimeErrorCode.java
@@ -148,8 +148,7 @@ public enum CompileTimeErrorCode implements ErrorCode {
* not a constant expression.
*/
CONST_CONSTRUCTOR_WITH_FIELD_INITIALIZED_BY_NON_CONST(
- "Can't define the 'const' constructor because the field '%s' is initialized with a "
- + "non-constant value"),
+ "Can't define the 'const' constructor because the field '%s' is initialized with a non-constant value"),
/**
* 7.6.3 Constant Constructors: The superinitializer that appears, explicitly or implicitly, in

Powered by Google App Engine
This is Rietveld 408576698