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 |