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

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

Issue 1899373002: Emit forwarding getter/setter when overriding just a getter or setter. (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 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
« no previous file with comments | « lib/src/compiler/js_field_storage.dart ('k') | test/codegen/expect/language-all.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/extensions.js
diff --git a/test/codegen/expect/extensions.js b/test/codegen/expect/extensions.js
index 9aa8d8ced40f77df23c08b38de8d1d4067034e05..099cd216c35e4ffbef73bb7bcd226f4144fbe486 100644
--- a/test/codegen/expect/extensions.js
+++ b/test/codegen/expect/extensions.js
@@ -13,7 +13,6 @@ dart_library.library('extensions', null, /* Imports */[
super.IterableBase();
}
};
- dart.virtualField(extensions.StringIterable, 'iterator');
dart.setSignature(extensions.StringIterable, {});
dart.defineExtensionMembers(extensions.StringIterable, ['iterator']);
extensions.main = function() {
« no previous file with comments | « lib/src/compiler/js_field_storage.dart ('k') | test/codegen/expect/language-all.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698