| 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 0b24eabfebf754fc479ac2c06cce9d58c027ab24..15931f606989d89f48f9d9f2c04d847821c112ba 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
|
| @@ -778,7 +778,8 @@ public enum StaticWarningCode implements ErrorCode {
|
| *
|
| * @param name the name of the type that is deferred and being used in a type annotation
|
| */
|
| - TYPE_ANNOTATION_DEFERRED_CLASS("The deferred type '%s' cannot be used in a declaration"),
|
| + TYPE_ANNOTATION_DEFERRED_CLASS(
|
| + "The deferred type '%s' cannot be used in a declaration, cast or type test"),
|
|
|
| /**
|
| * 12.31 Type Test: It is a static warning if <i>T</i> does not denote a type available in the
|
|
|