| 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 52622f7d4e5b6d1fc8bb84fed9a3957c4e78ad8d..6fbff381c2c93949c1b1d02e41f7b41854d1a073 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| @@ -72,7 +72,7 @@ public enum TypeErrorCode implements ErrorCode {
|
| "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'"),
|
| - USE_ASSIGNMENT_ON_SETTER("Use assignment to set field \"%s\" in %s"),
|
| + USE_ASSIGNMENT_ON_SETTER("Use assignment to set field '%s'"),
|
| VOID("expression does not yield a value"),
|
| WRONG_NUMBER_OF_TYPE_ARGUMENTS("%s: wrong number of type arguments (%d), Expected %d");
|
|
|
|
|