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

Unified Diff: test/codegen/expect/async/async.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
Index: test/codegen/expect/async/async.js
diff --git a/test/codegen/expect/async/async.js b/test/codegen/expect/async/async.js
index 3e655c29ff8abebc3d36c43c030220ec8255c79f..7e5584b01c3d9214c3eebe49d9d90ac11056a86a 100644
--- a/test/codegen/expect/async/async.js
+++ b/test/codegen/expect/async/async.js
@@ -3764,7 +3764,7 @@ var async;
get _SENTINEL() {
return new core.Object();
},
- set _SENTINEL() {}
+ set _SENTINEL(_) {}
});
return _DistinctStream;
});
@@ -4715,7 +4715,7 @@ var async;
get _rootMap() {
return new collection.HashMap();
},
- set _rootMap() {}
+ set _rootMap(_) {}
});
let _ROOT_ZONE = new _RootZone();
// Function runZoned: (() → dynamic, {zoneValues: Map<dynamic, dynamic>, zoneSpecification: ZoneSpecification, onError: Function}) → dynamic
« no previous file with comments | « test/codegen/expect/_native_typed_data/_native_typed_data.js ('k') | test/codegen/expect/convert/convert.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698