| 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 0b56dd1fc07eb4ff1a77141dc04ee5463e10d56e..37893c83da2d7e9bf98e9de78882d78179714797 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
|
| @@ -1123,7 +1123,7 @@ public enum CompileTimeErrorCode implements ErrorCode {
|
| * references that does not include a class declaration.
|
| */
|
| TYPE_ALIAS_CANNOT_REFERENCE_ITSELF(
|
| - "Type alias cannot reference itself directly or via other typedefs"),
|
| + "Type alias can reference itself only via the bounds of its generic parameters"),
|
|
|
| /**
|
| * 12.11.2 Const: It is a compile-time error if <i>T</i> is not a class accessible in the current
|
|
|