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

Unified Diff: tests/language/built_in_identifier_test.dart

Issue 48623010: Issue 12694. Fix for parsing 'buildIn() {}' top-level functions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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
Index: tests/language/built_in_identifier_test.dart
diff --git a/tests/language/built_in_identifier_test.dart b/tests/language/built_in_identifier_test.dart
index 511641625779786610e3cac90630696fdf3a1061..fc1c9be2f2131befcd94297096af7e0f95592039 100644
--- a/tests/language/built_in_identifier_test.dart
+++ b/tests/language/built_in_identifier_test.dart
@@ -38,7 +38,7 @@ class PseudoKWTest {
// attempt at complete coverage.
{
void factory(set) {
- return 0; /// 01: ok
+ return; /// 01: ok
}
}

Powered by Google App Engine
This is Rietveld 408576698