TypeScript Pull Request for Bug Fix
GitHub
In this PR, we allow the sigil to appear in type argument lists in expression positions as a placeholder for locations where you would like inference to occur:
const instance = new Foo<, stri...
const instance = new Foo<, stri...
