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

Unified Diff: test/codegen/expect/js/js.js

Issue 1483813002: Use const for const/final top-levels, types, symbols. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Rebased after vsm's regen Created 5 years, 1 month 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/codegen/expect/functions.js ('k') | test/codegen/expect/js/src/varargs.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/js/js.js
diff --git a/test/codegen/expect/js/js.js b/test/codegen/expect/js/js.js
index 50a6e0de7be82f703c21b7093e77471aac444cc6..c5ca15291a063ee00939c728e57ac49fcadff806 100644
--- a/test/codegen/expect/js/js.js
+++ b/test/codegen/expect/js/js.js
@@ -24,7 +24,7 @@ dart_library.library('js/js', null, /* Imports */[
dart.setSignature(_Anonymous, {
constructors: () => ({_Anonymous: [_Anonymous, []]})
});
- let anonymous = dart.const(new _Anonymous());
+ const anonymous = dart.const(new _Anonymous());
// Exports:
exports.JS = JS;
exports.anonymous = anonymous;
« no previous file with comments | « test/codegen/expect/functions.js ('k') | test/codegen/expect/js/src/varargs.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698