Sebastian McKenzie c97696c224 first commit
2014-09-28 23:39:22 +10:00

4 lines
55 B
JavaScript

var t = function (t = "foo") {
return t + " bar";
};