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

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

Issue 3004973002: Revert "Store actual Reference(s) for additional exports." (Closed)
Patch Set: Update status file. 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
OLDNEW
1 library; 1 library;
2 import self as self; 2 import self as self;
3 import "dart:core" as core; 3 import "dart:core" as core;
4 import "dart:developer" as dev; 4 import "dart:developer" as dev;
5 additionalExports = (core::print)
6 5
6 static const field dynamic _exports# = "[[\"dart:core\",\"print\"]]" /* from nul l */;
7 static method main() → dynamic { 7 static method main() → dynamic {
8 core::print(dev::UserTag); 8 core::print(dev::UserTag);
9 } 9 }
OLDNEW
« no previous file with comments | « pkg/front_end/testcases/export_test.dart.outline.expect ('k') | pkg/front_end/testcases/rasta/export.dart.direct.expect » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698