| Index: pkg/analyzer/test/generated/parser_test.dart
|
| diff --git a/pkg/analyzer/test/generated/parser_test.dart b/pkg/analyzer/test/generated/parser_test.dart
|
| index 913baf60ac7c7079c22db8e603b92f49e4f58279..ede068cdb33c8c074a4514085987c172380b4613 100644
|
| --- a/pkg/analyzer/test/generated/parser_test.dart
|
| +++ b/pkg/analyzer/test/generated/parser_test.dart
|
| @@ -2360,6 +2360,12 @@ class ErrorParserTest extends ParserTestCase {
|
| [ParserErrorCode.UNEXPECTED_TOKEN]);
|
| }
|
|
|
| + void test_unexpectedToken_returnInExpressionFuntionBody() {
|
| + ParserTestCase.parseCompilationUnit(
|
| + "f() => return null;",
|
| + [ParserErrorCode.UNEXPECTED_TOKEN]);
|
| + }
|
| +
|
| void test_unexpectedToken_semicolonBetweenClassMembers() {
|
| ParserTestCase.parse3(
|
| "parseClassDeclaration",
|
|
|