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

Unified Diff: test/regression/108.unit

Issue 1191833002: Split after "=>" if the parameters split. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 5 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 | « lib/src/source_visitor.dart ('k') | test/regression/187.stmt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/regression/108.unit
diff --git a/test/regression/108.unit b/test/regression/108.unit
index ba486d10bcf8b65350a0189c5e89708ec695134c..90e0c2fea0202ac556fc8e59605d41f05acbd6c6 100644
--- a/test/regression/108.unit
+++ b/test/regression/108.unit
@@ -240,7 +240,8 @@ DDC$RT.type((Iterable<Future<dynamic>> _) {}), key: "Cast failed: package:angula
DDC$RT.type((Future<List<StyleElement>> _) {}), key: "Cast failed: package:angular/core_dom/component_css_loader.dart:17:7"));
<<<
async.Future<List<dom.StyleElement>> call(String tag, List<String> cssUrls,
- {Type type}) => (DDC$RT.cast(
+ {Type type}) =>
+ (DDC$RT.cast(
async.Future.wait(
(DDC$RT.cast(
cssUrls.map(
« no previous file with comments | « lib/src/source_visitor.dart ('k') | test/regression/187.stmt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698