``` javascript foo(cont()); d = (new a.b).c(); ``` and the result is ``` javascript foo(function (arguments) { d = new a.b().c(); }.bind(this, arguments)); /* Generated by Continuation.js v0.1.7 */ ```