diff --git a/tests/fixture/issue-1449/case1/index.js b/tests/fixture/issue-1449/case1/index.js new file mode 100644 index 000000000000..fd37a6c96fe2 --- /dev/null +++ b/tests/fixture/issue-1449/case1/index.js @@ -0,0 +1,5 @@ +async function foo() { + const { + bar: { } = {} + } = baz; +} \ No newline at end of file