| Index: compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| diff --git a/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java b/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| index a5a55f94dbf235a35fe393b5daf4e7af3cb5f371..f2682d0f2c92483f4482b72f58fd107c52be4c45 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java
|
| @@ -194,6 +194,7 @@ public enum ResolverErrorCode implements ErrorCode {
|
| TYPE_VARIABLE_IN_STATIC_CONTEXT("cannot access type variable %s in static context"),
|
| TYPE_VARIABLE_NOT_ALLOWED_IN_IDENTIFIER(
|
| "type variables are not allowed in identifier expressions"),
|
| + USE_ASSIGNMENT_ON_SETTER("Use assignment to set field '%s'"),
|
| USING_LOCAL_VARIABLE_BEFORE_DECLARATION("Using local variable '%s' before its declaration in lexical scope"),
|
| WRONG_NUMBER_OF_TYPE_ARGUMENTS("%s: wrong number of type arguments (%d). Expected %d");
|
|
|
|
|