> Part of #4445 ```ts // T incorrectly has no references, but it should have a single one with `ReferenceFlags::Type` export type Foo<T> = typeof foo<T>; ``` 