blob: a5bf9e5242df043a3a80b972cef11f3d56d29e83 [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