```ts function f (a) { console.log(JSON.stringify(arguments)); } ``` Should be turned to: ```ts function f (_a) { console.log(JSON.stringify(arguments)); } ```