diff --git a/compiler/forget/src/Inference/InferAliasForStores.ts b/compiler/forget/src/Inference/InferAliasForStores.ts index c54448d556..9572da76a0 100644 --- a/compiler/forget/src/Inference/InferAliasForStores.ts +++ b/compiler/forget/src/Inference/InferAliasForStores.ts @@ -25,7 +25,6 @@ export function inferAliasForStores( continue; } switch (value.kind) { - case "Identifier": case "ArrayExpression": case "ObjectExpression": case "ComputedStore":