blob: 645d8a866b0560c0b996ecb5ea248ee7ea539877 [file] [log] [blame]
ParentType0 = function(a) {};
ParentType0.prototype = new Object();
ParentType0.prototype.func1 = function(a) {
this.a = a;
};
ParentType0.func2 = function(b) {
this.b = b;
};
new fu
new Par