| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticTypeWarningCode.java
|
| diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticTypeWarningCode.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticTypeWarningCode.java
|
| index 4cd979aad2d37d86247ccd8528916aef490d850e..3b49135818b6522d2c1f97079a7536d3ab6c0c6b 100644
|
| --- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticTypeWarningCode.java
|
| +++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticTypeWarningCode.java
|
| @@ -116,7 +116,8 @@ public enum StaticTypeWarningCode implements ErrorCode {
|
| * 15.8 Parameterized Types: It is a static type warning if <i>A<sub>i</sub>, 1 <= i <=
|
| * n</i> does not denote a type in the enclosing lexical scope.
|
| */
|
| - NON_TYPE_AS_TYPE_ARGUMENT(""),
|
| + NON_TYPE_AS_TYPE_ARGUMENT(
|
| + "The name '%s' is not a type and cannot be used as a parameterized type"),
|
|
|
| /**
|
| * 7.6.2 Factories: It is a static type warning if any of the type arguments to <i>k'</i> are not
|
|
|