const { a /* comment */ = 1 } = b; const { c = 1 /* comment */ } = d; let {d //comment = b} = c