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

Side by Side Diff: test/regression/0400/0484.stmt

Issue 1595553004: Better performance on long lists containing comments. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: Created 4 years, 11 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 | « pubspec.yaml ('k') | no next file » | 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 var list = [
3 // comment
4 function(a: 1, b: 2, c: 3), function(a: 1, b: 2, c: 3), function(a: 1, b: 2, c : 3), function(a: 1, b: 2, c: 3), function(a: 1, b: 2, c: 3), function(a: 1, b: 2, c: 3), function(a: 1, b: 2, c: 3), function(a: 1, b: 2, c: 3), function(a: 1, b: 2, c: 3), function(a: 1, b: 2, c: 3), function(a: 1, b: 2, c: 3), function(a : 1, b: 2, c: 3), function(a: 1, b: 2, c: 3), function(a: 1, b: 2, c: 3), functi on(a: 1, b: 2, c: 3), function(a: 1, b: 2, c: 3), function(a: 1, b: 2, c: 3), fu nction(a: 1, b: 2, c: 3), function(a: 1, b: 2, c: 3), function(a: 1, b: 2, c: 3) ,
5 ];
6 <<<
7 var list = [
8 // comment
9 function(a: 1, b: 2, c: 3),
10 function(a: 1, b: 2, c: 3),
11 function(a: 1, b: 2, c: 3),
12 function(a: 1, b: 2, c: 3),
13 function(a: 1, b: 2, c: 3),
14 function(a: 1, b: 2, c: 3),
15 function(a: 1, b: 2, c: 3),
16 function(a: 1, b: 2, c: 3),
17 function(a: 1, b: 2, c: 3),
18 function(a: 1, b: 2, c: 3),
19 function(a: 1, b: 2, c: 3),
20 function(a: 1, b: 2, c: 3),
21 function(a: 1, b: 2, c: 3),
22 function(a: 1, b: 2, c: 3),
23 function(a: 1, b: 2, c: 3),
24 function(a: 1, b: 2, c: 3),
25 function(a: 1, b: 2, c: 3),
26 function(a: 1, b: 2, c: 3),
27 function(a: 1, b: 2, c: 3),
28 function(a: 1, b: 2, c: 3),
29 ];
OLDNEW
« no previous file with comments | « pubspec.yaml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698