The example shown in `oxc-branches-sharing-code` seems to use syntax that is not valid JavaScript. **Example:** ```js let foo = if (condition) { console.log("Hello"); 13 } else { console.log("Hello"); 42 }; ``` [Link](https://oxc.rs/docs/guide/usage/linter/rules/oxc/branches-sharing-code.html#oxc-branches-sharing-code)