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

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

Issue 974703003: fix dummy setters -- grammar requires an identifier (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 10 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/convert/convert.js ('k') | test/codegen/expect/html_input_c/html_input_c.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/fieldtest/fieldtest.js
diff --git a/test/codegen/expect/fieldtest/fieldtest.js b/test/codegen/expect/fieldtest/fieldtest.js
index 45cf4355334202bacc7415410ff488dcd26e53d1..d19e22834e28bfd5d7ae366231a9e39c0fea834f 100644
--- a/test/codegen/expect/fieldtest/fieldtest.js
+++ b/test/codegen/expect/fieldtest/fieldtest.js
@@ -39,7 +39,7 @@ var fieldtest;
get y() {
return compute() + 444;
},
- set y() {}
+ set y(_) {}
});
dart.copyProperties(exports, {
get q() {
« no previous file with comments | « test/codegen/expect/convert/convert.js ('k') | test/codegen/expect/html_input_c/html_input_c.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698