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

Side by Side Diff: test/comments/top_level.unit

Issue 1505983005: Upgrade to analyzer 0.27.0. (Closed) Base URL: https://github.com/dart-lang/dart_style.git@master
Patch Set: More upgrades. Created 5 years 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') | test/splitting/imports.unit » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 40 columns | 1 40 columns |
2 >>> leading whitespace before top comment is deleted 2 >>> leading whitespace before top comment is deleted
3 3
4 4
5 // comment 5 // comment
6 <<< 6 <<<
7 // comment 7 // comment
8 >>> 8 >>>
9 //comment one 9 //comment one
10 10
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 import 'a.dart'; /* comment */ 205 import 'a.dart'; /* comment */
206 import 'b.dart'; 206 import 'b.dart';
207 >>> ensure blank line above doc comments 207 >>> ensure blank line above doc comments
208 var a = 1; 208 var a = 1;
209 /// doc 209 /// doc
210 var b = 2; 210 var b = 2;
211 <<< 211 <<<
212 var a = 1; 212 var a = 1;
213 213
214 /// doc 214 /// doc
215 var b = 2; 215 var b = 2;
216 >>> in dotted name
217 import 'a' if (/**/a/**/./**/b/**/) 'c';
218 <<<
219 import 'a'
220 if (/**/ a /**/ . /**/ b /**/) 'c';
OLDNEW
« no previous file with comments | « pubspec.yaml ('k') | test/splitting/imports.unit » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698