| Index: compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| ===================================================================
|
| --- compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java (revision 11901)
|
| +++ compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java (working copy)
|
| @@ -52,6 +52,7 @@
|
| MISSING_RETURN_VALUE("no return value; expected a value of type %s"),
|
| NO_SUCH_NAMED_PARAMETER("no such named parameter \"%s\" defined"),
|
| NO_SUCH_TYPE("no such type \"%s\"", true),
|
| + NO_SUCH_TYPE_CONST(ErrorSeverity.ERROR, "no such type \"%s\" in constant constructor", true),
|
| NOT_A_FUNCTION_TYPE("\"%s\" is not a function type"),
|
| NOT_A_MEMBER_OF("\"%s\" is not a member of %s"),
|
| NOT_A_METHOD_IN("\"%s\" is not a method in %s"),
|
|
|