Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 3, 2023
1 parent ca4c6ee commit c3ad45d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions crates/swc/tests/fixture/issues-6xxx/6729/output/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
export async function foo() {
undefined_var_1 && await a({
replace: undefined_var_2 ? 1 : 2
});
}

0 comments on commit c3ad45d

Please sign in to comment.