blob: 31d70259c6c94c01f3fdbd72ccd71344b84596f4 [file] [log] [blame]
function test() {
return function({a, b}, [c, d]){}.length === 2;
}
if (!test())
throw new Error("Test failed");