| 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 3ab6046ab89775ac5e090fcc0b3446fd5356239f..5e97e72b790efaf44e68ac588d1c27dd78dc342b 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
|
| @@ -499,7 +499,7 @@ public enum CompileTimeErrorCode implements ErrorCode {
|
| * initializer, in a factory constructor, or in a static method or variable initializer, or in the
|
| * initializer of an instance variable.
|
| */
|
| - INVALID_REFERENCE_TO_THIS(""),
|
| + INVALID_REFERENCE_TO_THIS("Invalid reference to 'this' expression"),
|
|
|
| /**
|
| * 12.7 Maps: It is a compile-time error if the first type argument to a map literal is not
|
|
|