| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticWarningCode.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticWarningCode.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticWarningCode.java
|
| index 4b9a6113f576dd28173818a51b71d0de34d7eda3..b60c95122db5759e9dd16db5bf42297c81166bb9 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticWarningCode.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticWarningCode.java
|
| @@ -704,7 +704,7 @@ public enum StaticWarningCode implements ErrorCode {
|
| * @param redirectingName the name of the redirecting constructor return type
|
| */
|
| REDIRECT_TO_INVALID_RETURN_TYPE(
|
| - "The return type '%s' of the redirected constructor is not a subclass of '%s'"),
|
| + "The return type '%s' of the redirected constructor is not assignable to '%s'"),
|
|
|
| /**
|
| * 7.6.2 Factories: It is a static warning if type does not denote a class accessible in the
|
|
|