--- source: crates/biome_js_analyze/tests/spec_tests.rs expression: valid.js --- # Input ```js const r = ({x, y}) => Math.sqrt(x * x + y * y); ```