prettier/tests/spread/spread.js

3 lines
57 B
JavaScript
Raw Normal View History

const foo = { ...(a || b) };
const foo2 = { ...a || b };