| 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 068c897df6dd2e1e3acf3f54295680d7e84b6315..36c182dbca0c260c05557b0cecd994ef1dac591c 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| @@ -51,6 +51,7 @@ public enum TypeErrorCode implements ErrorCode {
|
| NO_SUCH_NAMED_PARAMETER("no such named parameter \"%s\" defined"),
|
| NO_SUCH_TYPE("no such type \"%s\"", true),
|
| NOT_A_FUNCTION_TYPE("\"%s\" is not a function type"),
|
| + NOT_A_FUNCTION_TYPE_FIELD("'%s' is a field of type '%s', not a function; remove parentheses"),
|
| NOT_A_MEMBER_OF("\"%s\" is not a member of %s"),
|
| NOT_A_MEMBER_OF_INFERRED(ErrorSeverity.INFO, "\"%s\" is not a member of %s"),
|
| NOT_A_METHOD_IN("\"%s\" is not a method in %s"),
|
|
|