2015-01-06 17:05:52 +11:00

6 lines
109 B
JavaScript

"use strict";
function foo() {
test.apply(undefined, ["bar"].concat(to5Runtime.slice.call(arguments)));
}