Index: compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java |
diff --git a/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java b/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java |
index 04af53a07dcd4e35c3afe1aeb474dabb3f18f84f..57115c7f15861faa96779a2993979ab1be83a6b1 100644 |
--- a/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java |
+++ b/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java |
@@ -108,7 +108,7 @@ public enum ParserErrorCode implements ErrorCode { |
NO_SPACE_AFTER_PLUS("Cannot have space between plus and numeric literal"), |
NO_SOUP_FOR_YOU("Too many errors"), |
NO_UNARY_PLUS_OPERATOR("No unary plus operator in Dart"), |
- NON_FINAL_STATIC_MEMBER_IN_INTERFACE("Non-final static members are not allowed in interfaces"), |
+ NON_FINAL_STATIC_MEMBER_IN_INTERFACE("Non-final/const static members are not allowed in interfaces"), |
ONLY_FACTORIES_CAN_REDIRECT("Only factory constructors can redirect to another constructor"), |
ONLY_ONE_LIBRARY_DIRECTIVE("Only one library directive may be declared in a file"), |
OPERATOR_CANNOT_BE_STATIC("Operators cannot be static"), |