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

Unified Diff: test/codegen/expect/async_helper.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/DeltaBlue.js ('k') | test/codegen/expect/async_helper/async_helper.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/async_helper.js
diff --git a/test/codegen/expect/async_helper.js b/test/codegen/expect/async_helper.js
index c2d9d58c57c2de698e296b1f44f617f9d44196bf..26645760feb614cfc0cef7bf3863b9973539a540 100644
--- a/test/codegen/expect/async_helper.js
+++ b/test/codegen/expect/async_helper.js
@@ -6,7 +6,7 @@ dart_library.library('async_helper', null, /* Imports */[
'use strict';
let dartx = dart.dartx;
exports._initialized = false;
- let _Action0 = dart.typedef('_Action0', () => dart.functionType(dart.void, []));
+ const _Action0 = dart.typedef('_Action0', () => dart.functionType(dart.void, []));
exports._onAsyncEnd = null;
exports._asyncLevel = 0;
function _buildException(msg) {
« no previous file with comments | « test/codegen/expect/DeltaBlue.js ('k') | test/codegen/expect/async_helper/async_helper.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698