Fix translation to JS of call to top-level fun with vararg and @JsModule
See KT-17871
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
define("bar", [], function() {
|
||||
return function() {
|
||||
return "(" + Array.prototype.join.call(arguments, "") + ")";
|
||||
};
|
||||
});
|
||||
Reference in New Issue
Block a user