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

Unified Diff: test/codegen/expect/covariance.js

Issue 1633003002: Add --modules=node support (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: regen sdk and expectations Created 4 years, 11 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
Index: test/codegen/expect/covariance.js
diff --git a/test/codegen/expect/covariance.js b/test/codegen/expect/covariance.js
index 62d95197dc641fe4fe3290a17416f863104a545d..b82a53a58016878a8905dacb84aff5d2d1cb254b 100644
--- a/test/codegen/expect/covariance.js
+++ b/test/codegen/expect/covariance.js
@@ -28,7 +28,7 @@ dart_library.library('covariance', null, /* Imports */[
});
return Foo;
});
- let Foo = Foo$();
+ const Foo = Foo$();
class Bar extends Foo$(core.int) {
Bar() {
super.Foo();

Powered by Google App Engine
This is Rietveld 408576698