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

Unified Diff: test/codegen/expect/names.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/misc.js ('k') | test/codegen/expect/sunflower/dom.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/names.js
diff --git a/test/codegen/expect/names.js b/test/codegen/expect/names.js
index 59c186474bca6fd3ce7a0c05b99b1dea6a65f589..51ca05327224d8ecf2e474f16f4b22bbe8036521 100644
--- a/test/codegen/expect/names.js
+++ b/test/codegen/expect/names.js
@@ -6,7 +6,7 @@ dart_library.library('names', null, /* Imports */[
'use strict';
let dartx = dart.dartx;
exports.exports = 42;
- let _foo$ = Symbol('_foo');
+ const _foo$ = Symbol('_foo');
class Foo extends core.Object {
[_foo$]() {
return 123;
« no previous file with comments | « test/codegen/expect/misc.js ('k') | test/codegen/expect/sunflower/dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698