[JS IR BE] Make kotlinx.io compile
- Fix expect/actual default arguments - Fix dynamic type in inliner - Fix external varargs
This commit is contained in:
@@ -6,5 +6,9 @@ define("lib", [], function() {
|
||||
return this.x + y;
|
||||
};
|
||||
|
||||
A.prototype.bar = function() {
|
||||
return "(" + Array.prototype.join.call(arguments, "") + ")";
|
||||
};
|
||||
|
||||
return A;
|
||||
});
|
||||
Reference in New Issue
Block a user