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

Unified Diff: pkg/analyzer/test/services/data/stmt_tests.data

Issue 321513006: Formatter: keep a right parenthesis ')' with the last argument. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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 | « pkg/analyzer/lib/src/services/formatter_impl.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer/test/services/data/stmt_tests.data
diff --git a/pkg/analyzer/test/services/data/stmt_tests.data b/pkg/analyzer/test/services/data/stmt_tests.data
index 006ca4126fe2a5a4057a60e89bfd8c4d77b5f5f4..3143fe182d18324c66d1572d569d7d401ee30c9b 100644
--- a/pkg/analyzer/test/services/data/stmt_tests.data
+++ b/pkg/analyzer/test/services/data/stmt_tests.data
@@ -190,4 +190,15 @@ main() {
zero = 2;
}
print(0);
-}
+}
+>>>
+main() {
+ f(a, b) {}
+ f(0000000000000000000000000000000000000000000000000000000000000000000000, 111);
+}
+<<<
+main() {
+ f(a, b) {}
+ f(0000000000000000000000000000000000000000000000000000000000000000000000,
+ 111);
+}
« no previous file with comments | « pkg/analyzer/lib/src/services/formatter_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698