```ts declare function foo(x: any, y: any, z: any) foo(1, 2, 3, 4); ``` **Expected**: Error span appears on `4` **Actual**: Error span appears on the entire call.