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

Side by Side Diff: pkg/front_end/testcases/rasta/export.dart.strong.expect

Issue 3008763002: Store actual Reference(s) for additional exports. (Closed)
Patch Set: Fixes for review comments. Created 3 years, 3 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 | « pkg/front_end/testcases/rasta/export.dart.outline.expect ('k') | pkg/kernel/binary.md » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 library export; 1 library export;
2 import self as self; 2 import self as self;
3 3 import "./foo.dart" as foo;
4 static const field dynamic _exports# = "[[\"foo.dart\",\"foo\"]]" /* from null * /; 4 additionalExports = (foo::foo)
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/rasta/export.dart.outline.expect ('k') | pkg/kernel/binary.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698