Index: test/codegen/expect/async/async.js |
diff --git a/test/codegen/expect/async/async.js b/test/codegen/expect/async/async.js |
index 8c051e59ea3b64f580e3c0f3660a5aac39d5dd32..195e83669d558efd911ee91a4d0860e3c59bc9d1 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 |