2014-11-23 16:15:39 +11:00

7 lines
96 B
JavaScript

"use strict";
var t = function (t) {
if (t === undefined) t = "foo";
return t + " bar";
};