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

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

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years 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/expressions.stmt
diff --git a/packages/dart_style/test/splitting/expressions.stmt b/packages/dart_style/test/splitting/expressions.stmt
index 8ac19efd6d6893ee612408a0916b6a7edff91a98..9136aac9c741fc1c02e3ac4f50d8fd17b2da3c20 100644
--- a/packages/dart_style/test/splitting/expressions.stmt
+++ b/packages/dart_style/test/splitting/expressions.stmt
@@ -133,4 +133,9 @@ identifier&&identifier&&identifier&&identifier;
identifier &&
identifier &&
identifier &&
- identifier;
+ identifier;
+>>> "." in named constructor
+new VeryLongClassName.veryLongNamedConstructor();
+<<<
+new VeryLongClassName
+ .veryLongNamedConstructor();
« no previous file with comments | « packages/dart_style/test/splitting/._strings.stmt ('k') | packages/dart_style/test/splitting/invocations.stmt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698