Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Oct 15, 2022
1 parent 9e89349 commit 1aeb348
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crates/swc_ecma_minifier/tests/fixture/issues/6146/output.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
let o = {
f () {
assert.ok(this !== o);
}
};
(o.f)``;

0 comments on commit 1aeb348

Please sign in to comment.