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 51fdbbdc4d1c0de618d16ed2f9172e7d807694f8..f57a3f01f2c77da69b0caa14f6c76ca238f9b497 100644 |
--- a/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java |
+++ b/compiler/java/com/google/dart/compiler/resolver/ResolverErrorCode.java |
@@ -128,6 +128,7 @@ public enum ResolverErrorCode implements ErrorCode { |
MAP_LITERAL_ELEMENT_TYPE( |
"Map literal element type must match declaration '%s' when type checks are on."), |
METHOD_MUST_HAVE_BODY("A non-abstract method must have a body"), |
+ NAMED_PARAMETERS_CANNOT_START_WITH_UNDER("Named parameters cannot start with an '_' character"), |
NEW_EXPRESSION_CANT_USE_TYPE_VAR("New expression cannot be invoked on type variable"), |
NEW_EXPRESSION_NOT_CONSTRUCTOR("New expression does not resolve to a constructor"), |
NO_SUCH_TYPE("no such type \"%s\""), |