2014-11-03 17:52:15 +11:00

6 lines
95 B
JavaScript

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