8 lines
124 B
JavaScript

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