Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1656)

Unified Diff: pkg/analyzer/test/generated/parser_test.dart

Issue 781133002: Fix for issue 4070 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/analyzer/lib/src/generated/parser.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « pkg/analyzer/lib/src/generated/parser.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698