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

Unified Diff: tests/language_strong/override_inheritance_generic_test.dart

Issue 2774783002: Re-land "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
Index: tests/language_strong/override_inheritance_generic_test.dart
diff --git a/tests/language_strong/override_inheritance_generic_test.dart b/tests/language_strong/override_inheritance_generic_test.dart
index 2e00ceefb8fc181133d76f6cce976722b74fe24b..5bb6f5c5e5295adf80a9d943cb3eb7f5707d84a8 100644
--- a/tests/language_strong/override_inheritance_generic_test.dart
+++ b/tests/language_strong/override_inheritance_generic_test.dart
@@ -43,14 +43,16 @@ abstract class Class<W> extends B
<W> //# 05: continued
<W> //# 06: continued
<int> //# 07: continued
-implements I
+ implements
+ I
<int> //# 03: continued
<num> //# 06: continued
<String> //# 07: continued
<int> //# 08: continued
<int> //# 09: continued
<int> //# 10: continued
-, J
+ ,
+ J
<String> //# 08: continued
<num> //# 09: continued
<num> //# 10: continued
« no previous file with comments | « tests/language_strong/override_field_test.dart ('k') | tests/language_strong/override_inheritance_mixed_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698