Generic type inference doesn't work when extending nullable type #57001
Labels
area-fe-analyzer-shared
Assigned by engineers; when triaging, prefer either area-front-end or area-analyzer.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
This works fine:
but if
T
extendsFoo?
instead, it doesn't:Is this expected behavior?
The text was updated successfully, but these errors were encountered: