5 lines
79 B
JavaScript

var Test = function () {
var Test = function Test() { };
return Test;
}();