| 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 5ec939090c6f1cf8c6c9c3b007e027801c0181d6..c999a121852fb33cda2cfe23f0d77746bbaa4f96 100644
|
| --- a/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/resolver/TypeErrorCode.java
|
| @@ -46,7 +46,7 @@ public enum TypeErrorCode implements ErrorCode {
|
| TYPE_NOT_ASSIGNMENT_COMPATIBLE("%s is not assignable to %s"),
|
| USE_ASSIGNMENT_ON_SETTER("Use assignment to set field \"%s\" in %s"),
|
| VOID("expression does not yield a value"),
|
| - WRONG_NUMBER_OF_TYPE_ARGUMENTS("%s: wrong number of type arguments");
|
| + WRONG_NUMBER_OF_TYPE_ARGUMENTS("%s: wrong number of type arguments, Expected %d");
|
| private final ErrorSeverity severity;
|
| private final String message;
|
|
|
|
|