Chromium Code Reviews| 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 0dc6cc80701ba6123a57bc39727487b9e2d5381a..fb0c5cabfda64e8fc9c7b424eaea0e9fcfb40281 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 |
| @@ -790,6 +790,12 @@ public enum CompileTimeErrorCode implements ErrorCode { |
| RECURSIVE_COMPILE_TIME_CONSTANT(""), |
| /** |
| + * 7.6.1 Generative Constructors: A generative constructor may be redirecting, in which case its |
| + * only action is to invoke another generative constructor. |
|
jwren
2013/05/17 18:11:03
I think you are missing additional text from the s
|
| + */ |
| + RECURSIVE_CONSTRUCTOR_REDIRECT("Cycle in redirecting generative constructors"), |
| + |
| + /** |
| * 7.6.2 Factories: It is a compile-time error if a redirecting factory constructor redirects to |
| * itself, either directly or indirectly via a sequence of redirections. |
| */ |