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

Unified Diff: packages/dart_style/test/splitting/members.unit

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/maps.stmt ('k') | packages/dart_style/test/splitting/mixed.stmt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/dart_style/test/splitting/members.unit
diff --git a/packages/dart_style/test/splitting/members.unit b/packages/dart_style/test/splitting/members.unit
index cb59d750c158d4ba2e4627fe5bc66964eaf02ad6..ebca8c5b300394f130e26ce297a1d107bc8694c4 100644
--- a/packages/dart_style/test/splitting/members.unit
+++ b/packages/dart_style/test/splitting/members.unit
@@ -25,4 +25,15 @@ class Foo {
class Foo {
VeryLongTypeAnnotation
set veryLongSetter(v) {}
-}
+}
+>>> do not split after "covariant" in field (at least for now) (skip: published version of analyzer doesn't support 'covariant yet')
+class Foo {
+ covariant var soMuchSoVeryLongFieldNameHere;
+ covariant VeryLongTypeAnnotation field;
+}
+<<<
+class Foo {
+ covariant var soMuchSoVeryLongFieldNameHere;
+ covariant VeryLongTypeAnnotation
+ field;
+}
« no previous file with comments | « packages/dart_style/test/splitting/maps.stmt ('k') | packages/dart_style/test/splitting/mixed.stmt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698