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

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

Issue 1293293002: Attach type info to extension method and object method tear-offs (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Rebase Created 5 years, 4 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 | « test/codegen/expect/js_test.txt ('k') | test/codegen/methods.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/methods.js
diff --git a/test/codegen/expect/methods.js b/test/codegen/expect/methods.js
index 12fad1d3a0db6376e5bb921b33b7819c4b349fab..52aae6fe9e2cca847c80286bda9c67d2ae9074a8 100644
--- a/test/codegen/expect/methods.js
+++ b/test/codegen/expect/methods.js
@@ -75,6 +75,10 @@ dart_library.library('methods', null, /* Imports */[
let g = dart.bind(a, 'x');
let aa = new A();
let h = dart.dload(aa, 'x');
+ let ts = dart.fn(dart.toString.bind(a), core.String, []);
+ let nsm = dart.fn(dart.noSuchMethod.bind(a), dart.dynamic, [core.Invocation]);
+ let c = dart.bind("", dartx.padLeft);
+ let r = dart.bind(3.0, dartx.floor);
}
dart.fn(test);
// Exports:
« no previous file with comments | « test/codegen/expect/js_test.txt ('k') | test/codegen/methods.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698