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

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

Issue 973433003: Initial cut for a development server (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
Index: test/codegen/expect/fieldtest/fieldtest.js
diff --git a/test/codegen/expect/fieldtest/fieldtest.js b/test/codegen/expect/fieldtest/fieldtest.js
index ca1dda434ae0786e5e5d7ea0ad26bdc3d2e94a68..8756cde0efc79800b8c0be77b5a8b1c60e82b0b1 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(fieldtest, {
get q() {

Powered by Google App Engine
This is Rietveld 408576698