| 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 39219b3103e312193b1d63475b287c9d40afff4b..6196d794b36cd25d24234eba5e60230584c95927 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| @@ -72,7 +72,6 @@ public enum TypeErrorCode implements ErrorCode {
|
| SUPERTYPE_HAS_METHOD(ErrorSeverity.ERROR, "%s is a method in %s"),
|
| TYPE_ALIAS_CANNOT_REFERENCE_ITSELF(ErrorSeverity.ERROR,
|
| "Type alias cannot reference itself directly of via other typedefs"),
|
| - TYPE_VARIABLE_IN_STATIC_CONTEXT("cannot access type variable %s in static context"),
|
| TYPE_NOT_ASSIGNMENT_COMPATIBLE("'%s' is not assignable to '%s'"),
|
| TYPE_NOT_ASSIGNMENT_COMPATIBLE_INFERRED(ErrorSeverity.INFO, "'%s' is not assignable to '%s'"),
|
| USE_ASSIGNMENT_ON_SETTER("Use assignment to set field '%s'"),
|
|
|