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

Unified Diff: test/message/export-duplicate-default.js

Issue 2331003002: [modules] Make duplicate export error deterministic. (Closed)
Patch Set: Fix logic bug. Created 4 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
« no previous file with comments | « test/message/export-duplicate-as.out ('k') | test/message/export-duplicate-default.out » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/export-duplicate-default.js
diff --git a/test/message/export-duplicate-default.js b/test/message/export-duplicate-default.js
index 72a54a45f40b3d6718b670a3cbb832154032da6d..de1a8807c1dfb5e250eecd7fc62efe22d3d2dbf0 100644
--- a/test/message/export-duplicate-default.js
+++ b/test/message/export-duplicate-default.js
@@ -5,4 +5,5 @@
// MODULE
export default function f() {};
+export default 42;
export default class C {};
« no previous file with comments | « test/message/export-duplicate-as.out ('k') | test/message/export-duplicate-default.out » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698