``` TypeScript function f(x = /**/, y) { } ``` At `/**/`, `x` and `y` should not appear in the completion list, but they currently do.