blob: 683e5d7135b988a3dfc7becfb05efc717578fe91 [file] [log] [blame]
function MyClass1(a) {
this.a = a;
}
var MyClass2 = function() {};
MyClass2.prototype.meth = function() {};
new MyCl