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

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

Issue 1988613006: Eliminate unnecessary covariance checks. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 7 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
« lib/src/compiler/code_generator.dart ('K') | « test/codegen/expect/closure.js ('k') | no next file » | 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 ff487a9d52924f1ca17209cd226cd1f4ea208f8e..14ba50ee46fed579eb124a1cdbd94b5415e45846 100644
--- a/test/codegen/expect/covariance.js
+++ b/test/codegen/expect/covariance.js
@@ -17,7 +17,6 @@ dart_library.library('covariance', null, /* Imports */[
this[_t] = t;
}
forEach(fn) {
- dart.as(fn, dart.functionType(dart.void, [T]));
fn(this[_t]);
}
}
« lib/src/compiler/code_generator.dart ('K') | « test/codegen/expect/closure.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698