JS: allow to inherit external classes with overloaded functions in case we don't override them (see KT-13910).
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
function A() {
|
||||
}
|
||||
A.prototype.f = function(x) {
|
||||
return typeof x;
|
||||
};
|
||||
Reference in New Issue
Block a user