blob: b233c9ceb2f3cdda489f30f18e0248c9cb71aebb [file] [log] [blame]
with ({b:1}) {
const [ b ] = [];
assertEq(b, undefined);
}