TypeScript
TypeScript copied to clipboard
Improve check of whether type query node possibly contains reference to type parameter
Fixes #48134.
There's an explanation of why the bug happens in the original issue: https://github.com/microsoft/TypeScript/issues/48134#issuecomment-1179333238. This PR implements the fix suggested in https://github.com/microsoft/TypeScript/issues/48134#issuecomment-1180746082.