6 lines
109 B
JavaScript
6 lines
109 B
JavaScript
"use strict";
|
|
|
|
function foo() {
|
|
test.apply(undefined, ["bar"].concat(to5Runtime.slice.call(arguments)));
|
|
}
|