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

Unified Diff: tests/language/function_type_alias5_test.dart

Issue 25638009: Fix language/function_type_alias5_test. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 months 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 | « no previous file | tests/language/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/function_type_alias5_test.dart
diff --git a/tests/language/function_type_alias5_test.dart b/tests/language/function_type_alias5_test.dart
index 71fa62ff7110b5bc2e687a129a9bcb750e7d3cd1..a90f806155f93b5e592b1955e80d10d376ff4d1b 100644
--- a/tests/language/function_type_alias5_test.dart
+++ b/tests/language/function_type_alias5_test.dart
@@ -11,4 +11,7 @@ typedef A(B x); /// 02: compile-time error
typedef B(A x); /// 02: continued
main() {
+ Handle h; /// 00: continued
+ F f; /// 01: continued
+ A f; /// 02: continued
}
« no previous file with comments | « no previous file | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698