Index: pkg/analyzer/lib/src/generated/parser.dart |
diff --git a/pkg/analyzer/lib/src/generated/parser.dart b/pkg/analyzer/lib/src/generated/parser.dart |
index 3aaa54f0d37b33be2e2db31cedde8210652bd752..4d8dda46efb06bd3a29fc99eeae711d94bbb1c9c 100644 |
--- a/pkg/analyzer/lib/src/generated/parser.dart |
+++ b/pkg/analyzer/lib/src/generated/parser.dart |
@@ -9682,8 +9682,7 @@ class ParserErrorCode extends ErrorCode { |
"Expected an expression after the assignment operator"); |
static const ParserErrorCode MISSING_EXPRESSION_IN_THROW = |
- const ParserErrorCode('MISSING_EXPRESSION_IN_THROW', |
- "Throw expressions must compute the object to be thrown"); |
+ shared_messages.MISSING_EXPRESSION_IN_THROW; |
static const ParserErrorCode MISSING_FUNCTION_BODY = const ParserErrorCode( |
'MISSING_FUNCTION_BODY', "A function body must be provided"); |