var t = function (f) { if (f === void 0) { f = "foo"; } return f + " bar"; };