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

Side by Side Diff: test/regression/0300/0360.stmt

Issue 1255643002: New, simpler and faster line splitter. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Optimize nesting. Reformat. Created 5 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 unified diff | Download patch
« no previous file with comments | « test/regression/0200/0224.stmt ('k') | test/regression/0300/0380.unit » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 >>>
2 success((x1) => (x2) => (x3) => (x4) => (x5) => (x6) => (x7) => (x8) => (x9) => (x10) => (x11) => (x12) => (x13) => (x14) => (x15) => (x16) => [x1, x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15, x16]) * p1 * p2 * p3 * p4 * p5 * p6 * p7 * p8 * p9 * p10 * p11 * p12 * p13 * p14 * p15 * p16;
3 <<<
4 success((x1) => (x2) => (x3) => (x4) => (x5) => (x6) => (x7) => (x8) => (x9) =>
5 (x10) => (x11) => (x12) => (x13) => (x14) => (x15) => (x16) => [
6 x1,
7 x2,
8 x3,
9 x4,
10 x5,
11 x6,
12 x7,
13 x8,
14 x9,
15 x10,
16 x11,
17 x12,
18 x13,
19 x14,
20 x15,
21 x16
22 ]) *
23 p1 *
24 p2 *
25 p3 *
26 p4 *
27 p5 *
28 p6 *
29 p7 *
30 p8 *
31 p9 *
32 p10 *
33 p11 *
34 p12 *
35 p13 *
36 p14 *
37 p15 *
38 p16;
OLDNEW
« no previous file with comments | « test/regression/0200/0224.stmt ('k') | test/regression/0300/0380.unit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698