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

Side by Side Diff: pkg/analyzer/test/services/data/cu_tests.data

Issue 264473002: Support for new 'deferred' import declaration modifier. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 7 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 | Annotate | Revision Log
« no previous file with comments | « pkg/analyzer/lib/src/services/formatter_impl.dart ('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
1 >>> 1 >>>
2 class 2 class
3 A 3 A
4 { 4 {
5 } 5 }
6 <<< 6 <<<
7 class A { 7 class A {
8 } 8 }
9 >>> dartbug.com/15876 9 >>> dartbug.com/15876
10 // fisk 10 // fisk
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 @meta class Foo { 263 @meta class Foo {
264 @meta String foo; 264 @meta String foo;
265 @meta int bar() => 42; 265 @meta int bar() => 42;
266 } 266 }
267 @meta 267 @meta
268 class Bar { 268 class Bar {
269 @meta 269 @meta
270 String foo; 270 String foo;
271 @meta 271 @meta
272 int bar() => 42; 272 int bar() => 42;
273 } 273 }
274 >>>
275 import 'a.dart' deferred as a;
276 <<<
277 import 'a.dart' deferred as a;
OLDNEW
« no previous file with comments | « pkg/analyzer/lib/src/services/formatter_impl.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698