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

Unified Diff: packages/dart_style/test/splitting/type_arguments.stmt

Issue 2990843002: Removed fixed dependencies (Closed)
Patch Set: Created 3 years, 5 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: packages/dart_style/test/splitting/type_arguments.stmt
diff --git a/packages/dart_style/test/splitting/type_arguments.stmt b/packages/dart_style/test/splitting/type_arguments.stmt
index f89429f083c2fa589404097410f3285777c0d8a1..fadd0d81c01fdb5f5845e9d739be977b262049cd 100644
--- a/packages/dart_style/test/splitting/type_arguments.stmt
+++ b/packages/dart_style/test/splitting/type_arguments.stmt
@@ -35,4 +35,24 @@ new SomeClass<
TypeArgument>(valueArgument);
<<<
new SomeClass<TypeArgument>(
- valueArgument);
+ valueArgument);
+>>> split both type and value arguments
+new SomeClass<First, Second, Third, Fourth, Fifth, Sixth, Seventh, Eighth>(first, second, third, fourth, fifth, sixth, seventh, eighth);
+<<<
+new SomeClass<
+ First,
+ Second,
+ Third,
+ Fourth,
+ Fifth,
+ Sixth,
+ Seventh,
+ Eighth>(
+ first,
+ second,
+ third,
+ fourth,
+ fifth,
+ sixth,
+ seventh,
+ eighth);
« no previous file with comments | « packages/dart_style/test/splitting/statements.stmt ('k') | packages/dart_style/test/splitting/type_parameters.unit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698