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

Unified Diff: test/codegen/expect/covariance.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/constructors.js ('k') | test/codegen/expect/dom/dom.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/covariance.js
diff --git a/test/codegen/expect/covariance.js b/test/codegen/expect/covariance.js
index 76c23aa68f847da275fdcf882bef07a2a4105f9c..59aaf212ff3010f1941b9e5570b14a696af73797 100644
--- a/test/codegen/expect/covariance.js
+++ b/test/codegen/expect/covariance.js
@@ -5,8 +5,8 @@ dart_library.library('covariance', null, /* Imports */[
], function(exports, dart, core) {
'use strict';
let dartx = dart.dartx;
- let _t = Symbol('_t');
- let Foo$ = dart.generic(function(T) {
+ const _t = Symbol('_t');
+ const Foo$ = dart.generic(function(T) {
class Foo extends core.Object {
Foo() {
this[_t] = null;
« no previous file with comments | « test/codegen/expect/constructors.js ('k') | test/codegen/expect/dom/dom.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698