| 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
|
|
|