| 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 32fb04d463051b1725a38697f17a0633d9fa215f..71d790229386298b5f3f1ca254919dd5787fe189 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
|
| @@ -1071,13 +1071,6 @@ public enum CompileTimeErrorCode implements ErrorCode {
|
| "Constant factory constructor cannot delegate to a non-constant constructor"),
|
|
|
| /**
|
| - * 13.3 Local Variable Declaration: It is a compile-time error if <i>e</i> refers to the name
|
| - * <i>v</i> or the name <i>v=</i>.
|
| - */
|
| - REFERENCE_TO_DECLARED_VARIABLE_IN_INITIALIZER(
|
| - "The name '%s' cannot be referenced in the initializer of a variable with the same name"),
|
| -
|
| - /**
|
| * 5 Variables: A local variable may only be referenced at a source code location that is after
|
| * its initializer, if any, is complete, or a compile-time error occurs.
|
| */
|
|
|