[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:
Roman Artemev
2019-05-27 14:06:33 +03:00
committed by romanart
parent 753a9a1c36
commit 5686de7e09
16 changed files with 111 additions and 21 deletions
@@ -6,5 +6,9 @@ define("lib", [], function() {
return this.x + y;
};
A.prototype.bar = function() {
return "(" + Array.prototype.join.call(arguments, "") + ")";
};
return A;
});