The following line should be valid: ```typescript const myFunc = () => ( [].map((x) => x) ); ``` However, `no-map-without-usage` cannot detect that a value is being returned.