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

Unified Diff: test/codegen/expect/methods.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/js/src/varargs.js ('k') | test/codegen/expect/misc.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/methods.js
diff --git a/test/codegen/expect/methods.js b/test/codegen/expect/methods.js
index 0448e9abb6ba513793f3cad7ea0223780beb5082..8d6dcf6e3c1bf7255beb9abc5aa6fab4e90c09a2 100644
--- a/test/codegen/expect/methods.js
+++ b/test/codegen/expect/methods.js
@@ -5,7 +5,7 @@ dart_library.library('methods', null, /* Imports */[
], function(exports, dart, core) {
'use strict';
let dartx = dart.dartx;
- let _c = Symbol('_c');
+ const _c = Symbol('_c');
class A extends core.Object {
A() {
this[_c] = 3;
« no previous file with comments | « test/codegen/expect/js/src/varargs.js ('k') | test/codegen/expect/misc.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698