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

Unified Diff: tests/language/function_type_alias9_test.dart

Issue 2770063002: Revert "Format all multitests" (Closed)
Patch Set: Created 3 years, 9 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 | « tests/language/function_type_alias7_test.dart ('k') | tests/language/function_type_call_getter2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/function_type_alias9_test.dart
diff --git a/tests/language/function_type_alias9_test.dart b/tests/language/function_type_alias9_test.dart
index a6d8e4ac4ef0b06abc610326ba72a9bfc639699b..c865bead9e90f8fdae49c8914a7585626ad05dac 100644
--- a/tests/language/function_type_alias9_test.dart
+++ b/tests/language/function_type_alias9_test.dart
@@ -3,10 +3,9 @@
// BSD-style license that can be found in the LICENSE file.
// Dart test for legally self referencing function type alias.
-typedef void F(
- List
+typedef void F(List
<G> // //# 00: compile-time error
- l);
+ l);
typedef void G(List<F> l);
main() {
« no previous file with comments | « tests/language/function_type_alias7_test.dart ('k') | tests/language/function_type_call_getter2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698