8 lines
124 B
JavaScript

"use strict";
var t = function t() {
var f = arguments[0] === undefined ? "foo" : arguments[0];
return f + " bar";
};