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

Unified Diff: pkg/front_end/testcases/rasta/export.dart.direct.expect

Issue 3009953003: Store actual Reference(s) for additional exports. (Closed)
Patch Set: Use references, but keep JSON hacks for errors and void/dynamic. 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 side-by-side diff with in-line comments
Download patch
Index: pkg/front_end/testcases/rasta/export.dart.direct.expect
diff --git a/pkg/front_end/testcases/rasta/export.dart.direct.expect b/pkg/front_end/testcases/rasta/export.dart.direct.expect
index e722c1fd1571819ddac3b847c8a4e24be03c1cd8..07bcd0f445f7efed61322b06d9cc11542b711955 100644
--- a/pkg/front_end/testcases/rasta/export.dart.direct.expect
+++ b/pkg/front_end/testcases/rasta/export.dart.direct.expect
@@ -1,4 +1,4 @@
library export;
import self as self;
-
-static const field dynamic _exports# = "[[\"foo.dart\",\"foo\"]]" /* from null */;
+import "./foo.dart" as foo;
+additionalExports = (foo::foo)

Powered by Google App Engine
This is Rietveld 408576698