| 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 9e857d14b516038ea4470b8cd2ef35326a893e04..dce96e69933ef1a4a677285f5d91b961be5d70a9 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| @@ -58,7 +58,6 @@ public enum TypeErrorCode implements ErrorCode {
|
| NOT_A_TYPE("type \"%s\" expected, but \"%s\" found"),
|
| OPERATOR_EQUALS_BOOL_RETURN_TYPE("operator 'equals' should return bool type"),
|
| OPERATOR_INDEX_ASSIGN_VOID_RETURN_TYPE("operator '[]=' must have a return type of 'void'"),
|
| - OPERATOR_NEGATE_NUM_RETURN_TYPE("operator 'negate' should return numeric type"),
|
| OPERATOR_WRONG_OPERAND_TYPE("operand of \"%s\" must be assignable to \"%s\", found \"%s\""),
|
| OVERRIDING_STATIC_MEMBER("overriding static member \"%s\" of \"%s\""),
|
| PLUS_CANNOT_BE_USED_FOR_STRING_CONCAT("'%s' cannot be used for string concatentation, use string interpolation or a StringBuffer instead"),
|
|
|