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

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

Issue 1088943006: implement tear offs (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 8 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/methods.js
diff --git a/test/codegen/expect/methods.js b/test/codegen/expect/methods.js
index 708b0ce457c45f68eb0864161f508121862d41f6..87611b28f46ae68001dd5b444540fe235628c2d7 100644
--- a/test/codegen/expect/methods.js
+++ b/test/codegen/expect/methods.js
@@ -54,7 +54,7 @@ var methods;
// Function test: () → dynamic
function test() {
let f = new Foo();
- dart.dsend(f, 'bar', "Bar's call method!");
+ dart.dcall(f.bar, "Bar's call method!");
}
// Exports:
exports.A = A;

Powered by Google App Engine
This is Rietveld 408576698