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

Unified Diff: test/codegen/expect/collection/src/iterable_zip.js

Issue 1767803002: a few small refactorings to closure workarounds (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 10 months 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 | « lib/src/transformer/asset_source.dart ('k') | test/codegen/expect/language-all.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/collection/src/iterable_zip.js
diff --git a/test/codegen/expect/collection/src/iterable_zip.js b/test/codegen/expect/collection/src/iterable_zip.js
index 35dd2927b353a6cd6be675e23ab62061f3b80f39..f4eeecf4ee421a743c51168e87f374da2dff3018 100644
--- a/test/codegen/expect/collection/src/iterable_zip.js
+++ b/test/codegen/expect/collection/src/iterable_zip.js
@@ -1,9 +1,9 @@
dart_library.library('collection/src/iterable_zip', null, /* Imports */[
'dart/_runtime',
- 'dart/collection',
- 'dart/core'
+ 'dart/core',
+ 'dart/collection'
], /* Lazy imports */[
-], function(exports, dart, collection, core) {
+], function(exports, dart, core, collection) {
'use strict';
let dartx = dart.dartx;
const _iterables = Symbol('_iterables');
« no previous file with comments | « lib/src/transformer/asset_source.dart ('k') | test/codegen/expect/language-all.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698