Skip to content

Commit

Permalink
Add a test for swc-project#1449
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Mar 3, 2021
1 parent 6958c26 commit 7f92031
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/fixture/issue-1449/case1/input/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
async function foo() {
const {
bar: { } = {}
} = baz;
}

0 comments on commit 7f92031

Please sign in to comment.