| 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 1e458cbc3adfca076fd68fecb23787ed872a9b21..25563a7cc5ffc86e3e1d65681850b87223793995 100644
|
| --- a/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java
|
| +++ b/compiler/java/com/google/dart/compiler/parser/ParserErrorCode.java
|
| @@ -141,6 +141,7 @@ public enum ParserErrorCode implements ErrorCode {
|
| UNREACHABLE_CODE_IN_CASE(ErrorSeverity.WARNING, "Unreachable code in case statement"),
|
| UNEXPECTED_TOKEN("Unexpected token '%s'"),
|
| UNEXPECTED_TOKEN_IN_STRING_INTERPOLATION("Unexpected token in string interpolation: %s"),
|
| + URI_CANNOT_USE_INTERPOLATION("URIs cannot use string interpolation"),
|
| VAR_IS_NOT_ALLOWED_ON_A_METHOD_DEFINITION("'var' is not allowed on a method definition"),
|
| VOID_FIELD("Field cannot be of type void"),
|
| VOID_PARAMETER("Parameter cannot be of type void");
|
|
|