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

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

Issue 1144303003: Use signature inheritance when method types are unchanged (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Remove empty signatures Created 5 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
« no previous file with comments | « test/codegen/expect/sunflower/sunflower.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/temps.js
diff --git a/test/codegen/expect/temps.js b/test/codegen/expect/temps.js
index 163cdd2cee9541d0697f51ba71fa7329dc678e04..f60f0982d842a50b15f47b82bc683fca4b242d5e 100644
--- a/test/codegen/expect/temps.js
+++ b/test/codegen/expect/temps.js
@@ -12,7 +12,6 @@ var core = dart.import(core);
this[_function] = func;
}
}
- dart.setSignature(FormalCollision, {});
let _opt = Symbol('_opt');
class OptionalArg extends core.Object {
OptionalArg(opt) {
@@ -26,7 +25,6 @@ var core = dart.import(core);
}
}
dart.defineNamedConstructor(OptionalArg, 'named');
- dart.setSignature(OptionalArg, {});
function main() {
core.print(new FormalCollision(1, 2, dart.fn(x => x)));
core.print(new OptionalArg()[_opt]);
« no previous file with comments | « test/codegen/expect/sunflower/sunflower.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698