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

Unified Diff: packages/dart_style/test/splitting/variables.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
« no previous file with comments | « packages/dart_style/test/splitting/type_parameters.unit ('k') | packages/dart_style/test/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/dart_style/test/splitting/variables.stmt
diff --git a/packages/dart_style/test/splitting/variables.stmt b/packages/dart_style/test/splitting/variables.stmt
index 3164884544d706f58045b99aecff871433392745..2dc76b6abd0d4ae7022ceef097aa261d961f932f 100644
--- a/packages/dart_style/test/splitting/variables.stmt
+++ b/packages/dart_style/test/splitting/variables.stmt
@@ -59,6 +59,14 @@ var x = initializer, y = initializer, z = initializer;
var x = initializer,
y = initializer,
z = initializer;
+>>> initializers get extra indentation if there are multiple variables
+var xVeryLongVariable = longishInitializer,
+ xVeryLongVariable = longishInitializer;
+<<<
+var xVeryLongVariable =
+ longishInitializer,
+ xVeryLongVariable =
+ longishInitializer;
>>> dartbug.com/16379
var x = new XXXXXXXXXXXXXXXXXXXXXXXXXXXXX();
<<<
« no previous file with comments | « packages/dart_style/test/splitting/type_parameters.unit ('k') | packages/dart_style/test/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698