| 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 065e3fb19d356724bd80cf07090aec2ef0109518..b903ab37f26b62d48723e7dc46c524426992227f 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| @@ -21,6 +21,7 @@ public enum TypeErrorCode implements ErrorCode {
|
| CANNOT_OVERRIDE_METHOD_NOT_SUBTYPE("cannot override %s of %s because %s is not a subtype of %s"),
|
| CYCLIC_REFERENCE_TO_TYPE_VARIABLE(
|
| "Invalid type expression, cyclic reference to type variable '%s'"),
|
| + DEPRECATED_ELEMENT("'%s' is deprecated"),
|
| DEFAULT_CONSTRUCTOR_TYPES(
|
| "Constructor '%s' in '%s' has parameters types (%s), doesn't match '%s' in '%s' with (%s)"),
|
| DUPLICATE_NAMED_ARGUMENT("Named parameter argument already provided as positional argument"),
|
|
|