From 0e703bd8b2ecf84a61505a1a59ea69b0c1d4cd07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Thu, 18 Jul 2024 12:16:27 +0900 Subject: [PATCH] Update test refs --- .../__swc_snapshots__/tests/simplify_dce.rs/issue_1150_1.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/swc_ecma_transforms_optimization/tests/__swc_snapshots__/tests/simplify_dce.rs/issue_1150_1.js b/crates/swc_ecma_transforms_optimization/tests/__swc_snapshots__/tests/simplify_dce.rs/issue_1150_1.js index 8e3efc894c5f..edb596654fc1 100644 --- a/crates/swc_ecma_transforms_optimization/tests/__swc_snapshots__/tests/simplify_dce.rs/issue_1150_1.js +++ b/crates/swc_ecma_transforms_optimization/tests/__swc_snapshots__/tests/simplify_dce.rs/issue_1150_1.js @@ -1,5 +1,5 @@ class A { - constructor(o: AOptions = {}){ + constructor(o = {}){ const { a = defaultA, c } = o; this.#a = a; this.#c = c;