| Index: compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| diff --git a/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java b/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| index 599f1838762d69a3d2c7ed12c6c4b93bdded6a0b..c15829a2482bc90fa2df3c076f2a12014a4092fc 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| @@ -46,7 +46,6 @@ public enum TypeErrorCode implements ErrorCode {
|
| NOT_A_FUNCTION("\"%s\" is not a function"),
|
| NOT_A_MEMBER_OF("\"%s\" is not a member of %s"),
|
| NOT_A_METHOD_IN("\"%s\" is not a method in %s"),
|
| - NOT_A_TYPE("type \"%s\" expected, but \"%s\" found", true),
|
| OPERATOR_NEGATE_NUM_RETURN_TYPE("operator 'negate' should return numeric type"),
|
| OPERATOR_WRONG_OPERAND_TYPE("operand of \"%s\" must be assignable to \"%s\""),
|
| OVERRIDING_INHERITED_STATIC_MEMBER("overriding inherited static member %s of %s"),
|
|
|