Probable bug: Intellisense doesn't work in case of circular type parameter constraints like T extends M<T>
#44428
Labels
Bug
A bug in TypeScript
Domain: Completion Lists
The issue relates to showing completion lists in an editor
Milestone
Bug Report
π Search Terms
Circular type parameter constraint, intellisense.
Related - #40439
π Version & Regression Information
Tested with version 4.3.2
β― Playground Link
Link
π» Code
π Actual behavior
In second function call, intellisense suggested no properties
π Expected behavior
In second function call, intellisense should suggest properties
c
andd
The text was updated successfully, but these errors were encountered: