Closed
Description
microsoft/vscode#41288 (comment)
TypeScript Version: 2.7.0-dev.20180108
Code
const foo = ({
x,
y
}) => ({
y: x,
x: y
});
Run format
Expected behavior:
Code unchanged
Actual behavior:
const foo = ({
x,
y
}) => ({
y: x,
x: y
});