* Fix rest parameters with array and objects * Add test for array rest with object * reuse parseBindingIdentifier
2 lines
51 B
JavaScript
2 lines
51 B
JavaScript
function singleElementWithLeading(x, ...{a: b}) {}
|