Sebastian McKenzie 5e41a88973 add more tests
2014-10-01 11:03:16 +10:00

7 lines
127 B
JavaScript

var Test = function () {
function Test() {
Function.prototype.hasOwnProperty.call(this, "test");
}
return Test;
}();