```js b! { c } d! ``` ```js b( { c }, d() ); ``` `d` is incorrectly being swept into the args list of `b`.