* Fix rest parameters with array and objects * Add test for array rest with object * reuse parseBindingIdentifier
2 lines
65 B
JavaScript
2 lines
65 B
JavaScript
function multiElementWithLeading(x, y, ...{a: r, b: s, c: t}) {}
|