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

Side by Side Diff: test/regression/0100/0108.unit

Issue 1258203006: Handle function arguments inside function calls. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Reformat self. Created 5 years, 4 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 unified diff | Download patch
« no previous file with comments | « test/formatter_test.dart ('k') | test/regression/0300/0366.stmt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 >>> 1 >>>
2 class ResolutionCopier { 2 class ResolutionCopier {
3 @override 3 @override
4 bool visitClassDeclaration(ClassDeclaration node) { 4 bool visitClassDeclaration(ClassDeclaration node) {
5 ClassDeclaration toNode = this._toNode as ClassDeclaration; 5 ClassDeclaration toNode = this._toNode as ClassDeclaration;
6 return javaBooleanAnd( 6 return javaBooleanAnd(
7 javaBooleanAnd( 7 javaBooleanAnd(
8 javaBooleanAnd( 8 javaBooleanAnd(
9 javaBooleanAnd(javaBooleanAnd(javaBooleanAnd( 9 javaBooleanAnd(javaBooleanAnd(javaBooleanAnd(
10 javaBooleanAnd(javaBooleanAnd( 10 javaBooleanAnd(javaBooleanAnd(
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 } 200 }
201 } 201 }
202 } 202 }
203 >>> 203 >>>
204 async.Future<List<dom.StyleElement>> call(String tag, List<String> cssUrls, {Typ e type}) => 204 async.Future<List<dom.StyleElement>> call(String tag, List<String> cssUrls, {Typ e type}) =>
205 (DDC$RT.cast(async.Future.wait((DDC$RT.cast(cssUrls.map((url) => _styleElement(t ag, 205 (DDC$RT.cast(async.Future.wait((DDC$RT.cast(cssUrls.map((url) => _styleElement(t ag,
206 (DDC$RT.cast(url, String, key: "Cast failed: package:angular/core_dom/component_ css_loader.dart:17:65")), type)), 206 (DDC$RT.cast(url, String, key: "Cast failed: package:angular/core_dom/component_ css_loader.dart:17:65")), type)),
207 DDC$RT.type((Iterable<Future<dynamic>> _) {}), key: "Cast failed: package:angula r/core_dom/component_css_loader.dart:17:25"))), 207 DDC$RT.type((Iterable<Future<dynamic>> _) {}), key: "Cast failed: package:angula r/core_dom/component_css_loader.dart:17:25"))),
208 DDC$RT.type((Future<List<StyleElement>> _) {}), key: "Cast failed: package:angul ar/core_dom/component_css_loader.dart:17:7")); 208 DDC$RT.type((Future<List<StyleElement>> _) {}), key: "Cast failed: package:angul ar/core_dom/component_css_loader.dart:17:7"));
209 <<< 209 <<<
210 async.Future<List<dom.StyleElement>> call(String tag, List<String> cssUrls, 210 async.Future<List<dom.StyleElement>> call(String tag, List<String> cssUrls, {Typ e type}) =>
211 {Type type}) =>
212 (DDC$RT.cast( 211 (DDC$RT.cast(
213 async.Future.wait((DDC$RT.cast( 212 async.Future.wait(
214 cssUrls.map((url) => _styleElement( 213 (DDC$RT.cast(cssUrls.map((url) => _styleElement(tag, (DDC$RT.cast(ur l, String, key: "Cast failed: package:angular/core_dom/component_css_loader.dart :17:65")), type)),
215 tag, 214 DDC$RT.type((Iterable<Future<dynamic>> _) {
216 (DDC$RT.cast(url, String, 215 }), key: "Cast failed: package:angular/core_dom/component_css_loader.dart:17 :25"))),
217 key:
218 "Cast failed: package:angular/core_dom/component_css_loa der.dart:17:65")),
219 type)),
220 DDC$RT.type((Iterable<Future<dynamic>> _) {}),
221 key:
222 "Cast failed: package:angular/core_dom/component_css_loader.dart :17:25"))),
223 DDC$RT.type((Future<List<StyleElement>> _) {}), 216 DDC$RT.type((Future<List<StyleElement>> _) {}),
224 key: 217 key: "Cast failed: package:angular/core_dom/component_css_loader.dart:17 :7"));
225 "Cast failed: package:angular/core_dom/component_css_loader.dart:17: 7"));
OLDNEW
« no previous file with comments | « test/formatter_test.dart ('k') | test/regression/0300/0366.stmt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698